Underscored
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 dasherized string to an underscored one. '''Text to Dasher...") |
(→Example) |
||
Line 14: | Line 14: | ||
The text provided is dasherized. | The text provided is dasherized. | ||
− | Running the [[alert]] command will run the underscore function, which then | + | Running the [[alert]] command will run the underscore function, which then underscores the white spaces. |
[[File:understxt.jpg]] | [[File:understxt.jpg]] |
Latest revision as of 21:23, 10 July 2015
This function is an Advanced Text function in the UBot Extended Library.
This function converts camelized or dasherized string to an underscored one.
Text to Dasherize: The dasherized or camel case text being underscored.
[edit] Example
alert($underscored("I-Love-UBotStudio"))
The text provided is dasherized.
Running the alert command will run the underscore function, which then underscores the white spaces.