Class StringManager
The StringManager provides some string-methods
public static
boolean
|
#
startsWith( string $haystack, string $needle )
Method check if a certain string start with a certain substring |
public static
boolean
|
|
public static
boolean
|
#
validSQLString( string $string )
Method if the string is not a empty String (not only spaces and controlls) |
public static
boolean
|
public static
string
|
$emptyString | "" |
#
A Constant for an emptystring like "" |
public static
string
|
$quotes | "\"" |
#
A Constant for an quotechars like " |