cg-string
v1.0.2
Published
A utility library to generate all substrings and permutations of a string
Maintainers
Readme
string-utils
A tiny JavaScript utility library for string operations like generating all substrings or permutations.
Installation
New Feature in v1.1.0
reverseString(str)
Returns the reversed version of the input string.
reverseString("hello"); // "olleh"