1.1.1 • Published 4 years ago
strings-utils-library v1.1.1
strings-utils-library
Strings utils methods that can do magic with strings.
Available methods
| Method | Description |
|---|---|
| isFirstCharUppercase | Check first character of passed string and returns true or false. |
| isStringWithValue | Check if passed value is a string and isn't an empty string. |
| setStringCapitalized | Transform passed string into new string where every word start from capital letter. |