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...") |
Revision as of 21:22, 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.
Example
alert($underscored("I-Love-UBotStudio"))
The text provided is dasherized.
Running the alert command will run the underscore function, which then underscore the white spaces.