Cent
Cent copied to clipboard
Extensions for Swift Standard Types and Classes
Hi, I was using 7.0.0 version in xcode 10, and ran into this issue. 
Hi, I was using 7.0.0 version in xcode 9, everything is ok. But when I upgrade my xcode to xcode 10, I've got following error when compiled. 
``` let nutrient = "vitaminB3" print(nutrient.startCase) // prints "Vitamin 3", but I expected "Vitamin B3" ``` A similar thing happens for `snakeCase`. I've gone and inspected Cent's internal `.words()` function,...