Export the utilities methods about strings
- License:
- Source:
Methods
-
<static> classNameify(word)
-
Set the first char to upper case like a classname
Parameters:
Name Type Description word
String - Source:
Throws:
-
-
- If 'word' is not a string
- Type
- TypeError
-
-
-
- If 'word' is an empty string
- Type
- TypeError
-
Returns:
- Type
- String