1.0.2 • Published 1 year ago

strinjs v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

strinjs 📜

This is my first npm package. With the help of this package, you can easily perform many operations on strings

Functions

Function NameDescriptionHow can i use
capitalizeFirstLetterType the first letter of the entered string in uppercasecapitalizeFirstLetter(string)
lowercaseFirstLetterType the first letter of the entered string in lowercaselowercaseFirstLetter(string)
randomStringCreates a random string as long as the entered stringrandomString(string)
reverseStringInverts and prints the entered stringreverseString(string)
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago