Sluggify

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function transforms text into an ascii slug which can be used safely in urls replacing by wh...")
 
Line 1: Line 1:
  
This function is an [[Advanced Text]] function in the UBot Extended Library. This function transforms text into an ascii slug which can be used safely in urls replacing by whitespaces, accentuated and special characters with a dash. Limited set of non-ascii characters are transformed into similar versions in the ascii character set such as ä to a.
+
This function is an [[Advanced Text]] function in the UBot Extended Library.  
 +
 
 +
This function transforms text into an ascii slug which can be used safely in urls replacing by whitespaces, accentuated and special characters with a dash. Limited set of non-ascii characters are transformed into similar versions in the ascii character set such as ä to a.
 +
 
  
 
'''Text to slugify:''' The text being slugified.
 
'''Text to slugify:''' The text being slugified.
 +
  
 
== Example ==
 
== Example ==

Revision as of 22:58, 28 June 2015

This function is an Advanced Text function in the UBot Extended Library.

This function transforms text into an ascii slug which can be used safely in urls replacing by whitespaces, accentuated and special characters with a dash. Limited set of non-ascii characters are transformed into similar versions in the ascii character set such as ä to a.


Text to slugify: The text being slugified.


Example


alert($slugify("UBot Studio"))


Running the alert command slugifies the value from "UBot Studio" to "ubot-studio"

Slugify.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox