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...") |
|||
Line 4: | Line 4: | ||
This function converts camelized or underscored string to dasherized one. | This function converts camelized or underscored string to dasherized one. | ||
− | '''Text to Dasherize:''' The text being | + | '''Text to Dasherize:''' The text being dasherized. |
== Example == | == Example == |
Revision as of 21:20, 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 dasherized.
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.