Requires
Classes
Methods
(inner) convert(v)
Trims the provided string and returns the new string.
Parameters:
Name | Type | Description |
---|---|---|
v |
string | The string to trim. |
- Source:
Returns:
this._convert(v)
(inner) revert(v)
Reverts the conversion.
Parameters:
Name | Type | Description |
---|---|---|
v |
string | The string to revert. |
- Source:
Returns:
this._convert(v)