text
in package
Table of Contents
Methods
- clearWhitespaces() : string
- Replace repeated white spaces to single space
- htmlValue() : string
- Normalize the string for HTML attribute value
- jsValue() : string
- Normalize the string for JavaScript string value
Methods
clearWhitespaces()
Replace repeated white spaces to single space
public
static clearWhitespaces(string $string) : string
Parameters
- $string : string
Return values
stringhtmlValue()
Normalize the string for HTML attribute value
public
static htmlValue(string $string) : string
Parameters
- $string : string
Return values
stringjsValue()
Normalize the string for JavaScript string value
public
static jsValue(string $string) : string
Parameters
- $string : string