\JStringNormalise
Joomla Platform String Normalise Class
Synopsis
class JStringNormalise
{
- // methods
- public static string fromCamelCase()
- public static string toCamelCase()
- public static string toDashSeparated()
- public static string toSpaceSeparated()
- public static string toUnderscoreSeparated()
- public static string toVariable()
- public static string toKey()
Methods
public
- fromCamelCase() — Method to convert a string from camel case.
- toCamelCase() — Method to convert a string into camel case.
- toDashSeparated() — Method to convert a string into dash separated form.
- toKey() — Method to convert a string into key form.
- toSpaceSeparated() — Method to convert a string into space separated form.
- toUnderscoreSeparated() — Method to convert a string into underscore separated form.
- toVariable() — Method to convert a string into variable form.