Dasherize
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function converts camelized or underscored string to dasherized one. '''Text to Dasherize...") |
Revision as of 21:16, 10 July 2015
This function is an Advanced Text function in the UBot Extended Library.
This function converts camelized or underscored string to dasherized one.
Text to Dasherize: The text being modified and humanized.
Example
alert($dasherize("I Love UBotStudio"))
The text provided is camelized.
Running the alert command will run the dasherize function, which then adds dashes to the camel case text provided.