| Total Complexity | 12 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 4 | final class Strings |
||
| 5 | { |
||
| 6 | public static function startsWith($haystack, $needle, $ignoreCase = true) |
||
| 15 | } |
||
| 16 | |||
| 17 | public static function endsWith($haystack, $needle) |
||
| 23 | } |
||
| 24 | |||
| 25 | public static function contains($haystack, $needle, $ignoreCase = true) |
||
| 34 | } |
||
| 35 | |||
| 36 | public static function stripNonDigits($haystack) |
||
| 41 |