Tc.Utils.String Class
Contains utility functions for string concerning tasks.
Item Index
Methods
Methods
capitalize
(
String
-
str
Capitalizes the first letter of the given string.
Parameters:
-
str
StringThe original string
Returns:
String:
The capitalized string
toCamel
(
String
-
str
Camelizes the given string.
Parameters:
-
str
StringThe original string
Returns:
String:
The camelized string