AdobeConnectClient\Helpers\StringCaseTransform
Converts string into Camel Case and vice-versa.
Synopsis
class StringCaseTransform
{
- // methods
- public static string toHyphen()
- public static string toDash()
- public static string toSpace()
- public static string toCamelCase()
- public static string toUpperCamelCase()
- protected static string camelCaseTransform()
Coverage
Methods | 0% | 0 / 6 |
Lines | 0% | / |
Methods
protected
- camelCaseTransform() — Converts the Camel Case to a string replace with the letter
public
- toCamelCase() — Converts any string to camelCase
- toDash() — Converts the Camel Case to Dash
- toHyphen() — Converts the Camel Case to Hyphen
- toSpace() — Converts the Camel Case to Space
- toUpperCamelCase() — Converts any string to CamelCase