Type Method
whitespaceAndNewline()
Returns a character set containing characters in Unicode General Category Z*, U+000A
~ U+000D
, and U+0085
.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
See Also
Getting Standard Character Sets
class func decomposable() -> NSMutableCharacterSet
Returns a character set containing individual Unicode characters that can also be represented as composed character sequences (such as for letters with accents), by the definition of “standard decomposition” in version 3.2 of the Unicode character encoding standard.