Dasherize
From UBot Studio
(Difference between revisions)
Line 15: | Line 15: | ||
The text provided is camelized. | The text provided is camelized. | ||
− | Running the [[alert]] command will run the dasherize function, which then | + | Running the [[alert]] command will run the dasherize function, which then add dashes to the camel case text provided. |
[[File:dashtxt.jpg]] | [[File:dashtxt.jpg]] |
Latest revision as of 21:21, 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.
[edit] Example
alert($dasherize("I Love UBotStudio"))
The text provided is camelized.
Running the alert command will run the dasherize function, which then add dashes to the camel case text provided.