PHP Class ManaPHP\Utility\Text

Datei anzeigen Open project: manaphp/manaphp Class Usage Examples

Public Methods

Method Description
camelize ( string $str ) : string
contains ( string $haystack, string $needle, boolean $ignoreCase = false ) : boolean
endsWith ( string $haystack, string $needle, boolean $ignoreCase = false ) : boolean
startsWith ( string $haystack, string $needle, boolean $ignoreCase = false ) : boolean
underscore ( string $str ) : string

Method Details

camelize() public static method

public static camelize ( string $str ) : string
$str string
return string

contains() public static method

public static contains ( string $haystack, string $needle, boolean $ignoreCase = false ) : boolean
$haystack string
$needle string
$ignoreCase boolean
return boolean

endsWith() public static method

public static endsWith ( string $haystack, string $needle, boolean $ignoreCase = false ) : boolean
$haystack string
$needle string
$ignoreCase boolean
return boolean

startsWith() public static method

public static startsWith ( string $haystack, string $needle, boolean $ignoreCase = false ) : boolean
$haystack string
$needle string
$ignoreCase boolean
return boolean

underscore() public static method

public static underscore ( string $str ) : string
$str string
return string