Definition at line 11 of file StringOperation.php.
◆ getCommonHead()
static Fossology\Lib\Util\StringOperation::getCommonHead |
( |
|
$a, |
|
|
|
$b |
|
) |
| |
|
static |
◆ replaceUnicodeControlChar()
static Fossology\Lib\Util\StringOperation::replaceUnicodeControlChar |
( |
|
$input, |
|
|
|
$replace = "" |
|
) |
| |
|
static |
Replace any non-printable characters with a given character
- Parameters
-
string | $input | String to clean |
string | $replace | Replace control char with this |
- Returns
- string Input string with non-printable character removed
Definition at line 35 of file StringOperation.php.
◆ stringEndsWith()
static Fossology\Lib\Util\StringOperation::stringEndsWith |
( |
|
$haystack, |
|
|
|
$needle |
|
) |
| |
|
static |
◆ stringStartsWith()
static Fossology\Lib\Util\StringOperation::stringStartsWith |
( |
|
$haystack, |
|
|
|
$needle |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: