Cent icon indicating copy to clipboard operation
Cent copied to clipboard

Extensions for Swift Standard Types and Classes

Results 6 Cent issues
Sort by recently updated
recently updated
newest added

Hi, I was using 7.0.0 version in xcode 10, and ran into this issue. ![image](https://user-images.githubusercontent.com/8768431/62413536-b870ae80-b642-11e9-8463-93d220a52197.png)

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. ![](http://ued.rr.tv/0.009319624533645543Screen%20Shot%202018-09-26%20at%2019.38.13.png)

``` 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,...