SnakeCase
Method Signature
SnakeCase(string=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Convert a string to snake_case
result = snakeCase( "helloWorld" );
writeOutput( result );
Convert PascalCase to snake_case
result = snakeCase( "MyVariableName" );
writeOutput( result );
Using the member function
Related
Last updated
Was this helpful?
