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...") |
|||
(One intermediate revision by one user not shown) | |||
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 == | ||
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.