Method | Description | |
---|---|---|
format ( string $string, |
Formats the given string. | |
removeFormat ( string $string ) : string | Removes the format tags from the given string. |
public removeFormat ( string $string ) : string | ||
$string | string | The string to remove the format tags from. |
return | string | The string without format tags. |