Humanize
From UBot Studio
This function is an Advanced Text function in the UBot Extended Library.
This function converts an underscored, dasherized or camelized string into a humanized one. Also removes beginning and ending whitespace, and removes the postfix '_id'.
Text to Humanize: The text being modified and humanized.
Example
alert($humanize("I-Love-UBot-Studio"))
The text provided is camelized and dasherized.
Running the alert command will run the humanize function, which then humanizes the dasherized, camel case text provided.