We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To do transliteration and tokenization. https://developer.apple.com/librarY/mac/documentation/CoreFoundation/Reference/CFStringTokenizerRef/Reference/reference.html#//apple_ref/doc/constant_group/Tokenization_Modifiers and CFStringTransform()
cc @iljaiwas
The text was updated successfully, but these errors were encountered:
There is also an NSString API which supposedly does the same thing: https://developer.apple.com/library/ios/documentation/cocoa/reference/foundation/classes/NSString_Class/Reference/NSString.html#jumpTo_60
Using CFStringTokenizer is probably faster and can be called from plain C/C++, though.
Sorry, something went wrong.
No branches or pull requests
To do transliteration and tokenization.
https://developer.apple.com/librarY/mac/documentation/CoreFoundation/Reference/CFStringTokenizerRef/Reference/reference.html#//apple_ref/doc/constant_group/Tokenization_Modifiers
and CFStringTransform()
cc @iljaiwas
The text was updated successfully, but these errors were encountered: