| 1 | <?php |
||
| 5 | class TMString |
||
| 6 | { |
||
| 7 | |||
| 8 | 3 | public static function trimStyles($string) |
|
| 9 | { |
||
| 10 | 3 | return preg_replace('/(\$[wnoitsgz><]|\$[lh]\[.+\]|\$[lh]|\$[0-9a-f]{3})+/i', '', $string); |
|
| 11 | } |
||
| 12 | |||
| 13 | public static function trimControls($string) |
||
| 17 | |||
| 18 | public static function trimColors($string) |
||
| 22 | |||
| 23 | public static function trimLinks($string) |
||
| 27 | |||
| 28 | } |
||
| 29 |