Skip to content

sceresia/NSString-AccentRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NSString-AccentRemover

Objective-C NSString category for replacing accented characters non-accented characters.

Returns an NSString with any accented characters replaced with standard English alphabet characters (e.g. "hèllo" would return "hello")

Usage:

NSString *oldString = @""hèllo""

NSString *newString = [oldString removeAccents];

NSLog(@"%@",newString); // hello

About

Objective-C NSString category for replacing accented characters non-accented characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published