string_parkourr
v1.5.4
Published
node package for string utilities functions.
Downloads
3
Maintainers
Readme
NodeUtils
node package for commonly used utilities functions.
String utilities
Function name | Description | Input params | Output ------------- | ------------- | ------------- | ------------- | isStrEmpty(checkString) | Check if string is empty or not | String | Boolean capatalizeStr(stringToCapatalize, toKebabCase) | Capatalize first character of string or convert string to Kebab case | String ,Boolean(default=false) | String