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 |