Method | Description | |
---|---|---|
contains ( $haystack, $needle ) | ||
endsWith ( string $haystack, string $needle ) : boolean | ||
findDate ( $string ) : mixed | Find Date in a String | |
getAllSubStrings ( string $text ) : array | Takes a string and produces all possible substrings | |
startsWith ( string $haystack, string $needle ) : boolean | http://stackoverflow.com/questions/834303/php-startswith-and-endswith-functions |
Method | Description | |
---|---|---|
__construct ( ) |
public static getAllSubStrings ( string $text ) : array | ||
$text | string | |
return | array |