JStringNormalize

Extends \JStringNormalise

Joomla Platform String Normalize Class

abstract deprecated
package

Joomla.Platform

subpackage

String

since

11.3

deprecated

12.1

Methods

toCamelCase

Method to convert a string into camel case.

toCamelCase(string $input) : string
inherited static
since

11.3

Arguments

$input

stringThe string input.

Response

stringThe camel case string.

toDashSeparated

Method to convert a string into dash separated form.

toDashSeparated(string $input) : string
inherited static
since

11.3

Arguments

$input

stringThe string input.

Response

stringThe dash separated string.

toKey

Method to convert a string into key form.

toKey(string $input) : string
inherited static
since

11.3

Arguments

$input

stringThe string input.

Response

stringThe key string.

toSpaceSeparated

Method to convert a string into space separated form.

toSpaceSeparated(string $input) : string
inherited static
since

11.3

Arguments

$input

stringThe string input.

Response

stringThe space separated string.

toUnderscoreSeparated

Method to convert a string into underscore separated form.

toUnderscoreSeparated(string $input) : string
inherited static
since

11.3

Arguments

$input

stringThe string input.

Response

stringThe underscore separated string.

toVariable

Method to convert a string into variable form.

toVariable(string $input) : string
inherited static
since

11.3

Arguments

$input

stringThe string input.

Response

stringThe variable string.