Méthode |
Description |
|
__construct ( string $str = '' ) |
Constructor. |
|
__toString ( ) : string |
Returns the string wrapped. |
|
deletePrefix ( string $prefix ) : string |
Deletes a prefix of the string. |
|
deleteSufix ( string $sufix ) : string |
Deletes a sufix of the string. |
|
endWith ( string $value ) : boolean |
Determine if a the string ends with a given substring. |
|
getFirstEndMatch ( array $strings ) : string |
Gets the first element of the argument matching with
the ends of the string. |
|
lower ( ) : string |
Convert the given string to lower-case. |
|
setString ( string $str ) : Yosymfony\Spress\Core\Support |
Sets the string. |
|
slug ( string $separator = '-' ) : string |
Generate a URL friendly "slug". |
|
startWith ( string $value ) : boolean |
Determine if a the string starts with a given substring. |
|
toAscii ( boolean $removeUnsupported = true ) : string |
Transliterate a UTF-8 value to ASCII. |
|
upper ( ) : string |
Convert the given string to upper-case. |
|