CFCharacterSetRemoveCharactersInString(_:_:)
Removes the characters in a given string from a character set.
Declaration
func CFCharacterSetRemoveCharactersInString(_ theSet: CFMutableCharacterSet!, _ theString: CFString!)Parameters
- theSet:
The character set to modify.
- theString:
A string containing the characters to remove from
theSet.