Adds the characters in a given string to a character set.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
void CFCharacterSetAddCharactersInString(CFMutable Character Set Ref theSet, CFString Ref theString);
Parameters
theSet
The character set to modify.
theString
A string containing the characters to add to
the
.Set