1.0.3 • Published 4 years ago
few2.1-string-lib v1.0.3
A useful little package that manipulates strings See below for more details
Includes: capitalize Capitalizes the first letter in the string allCaps Capitalizes Everything in the string capitalizeWords Capitalizes the first letter of all words in a string removeExtraSpaces Removes all spaces in the string kebabCase Converts strings into kebab-case snakeCase Converts strings to snake-case camelCase Converts strings to camel-case (my fav) shift Shifts the first letter to the end makeHashTag Converts the longest 3 words in a string into hashtags isEmpty Checks if a string is empty/contains only white spaces