strinjs
v1.0.2
Published
With the help of this package, you can easily perform many operations on strings
Readme
strinjs 📜
This is my first npm package. With the help of this package, you can easily perform many operations on strings
Functions
| Function Name | Description | How can i use | |---|---|---| | capitalizeFirstLetter | Type the first letter of the entered string in uppercase | capitalizeFirstLetter(string) | | lowercaseFirstLetter | Type the first letter of the entered string in lowercase | lowercaseFirstLetter(string) | | randomString | Creates a random string as long as the entered string | randomString(string) | | reverseString | Inverts and prints the entered string | reverseString(string) |
