v1.1.5 Strings
This version adds a string module with common methods for formatting and handling strings with Unicode characters, like:
- isAlpha
- isNumeric
- isAlnum
- asciify
- removeAccents
- slugify
- capitalize
- sentenceCase
- titleCase
- camelCase
- kebabCase
- pascalCase
This list is non-exhaustive but will continue to grow to include more advanced methods.
Thank you to all who suggested adding these!