Hmm, it seems that most substitution (including StringProtocol.replacingOccurrences(of:with:options:range:)
) is part of Foundation and not the standard library (Probably due to String.CompareOptions
being a type alias of NSString.CompareOptions
).
capitalized(with:)
is also in Foundation (because of Locale
).
Since evolution does not cover Foundation, changes like this would be separate from a normal pitch.