|
| static | contains ($hay, $needle) |
| |
| static | startswith ($hay, $needle) |
| |
| static | endswith ($hay, $needle) |
| |
| static | isNull ($s) |
| |
| static | isNotNull ($s) |
| |
| static | isBoolean ($value) |
| |
| static | isBooleanTrue ($value) |
| |
| static | isBooleanFalse ($value) |
| |
| static | camelCaseToSeparated ($input, $separator=" ") |
| |
| static | replaceAtFirst ($subject, $from, $to) |
| |
| static | replaceAtLast ($subject, $from, $to) |
| |
| static | replaceAtFirstAndLast ($subject, $fromFirst, $toFirst, $fromLast, $toLast) |
| |
| static | getValueBetween (&$str, $before="{{", $after="}}") |
| |
| static | doubleBackSlashes ($value) |
| |
| static | cleanIdentifier ($id) |
| |
Definition at line 4 of file JString.php.
◆ camelCaseToSeparated()
| static camelCaseToSeparated |
( |
|
$input, |
|
|
|
$separator = " " |
|
) |
| |
|
static |
◆ cleanIdentifier()
| static cleanIdentifier |
( |
|
$id | ) |
|
|
static |
◆ contains()
| static contains |
( |
|
$hay, |
|
|
|
$needle |
|
) |
| |
|
static |
◆ doubleBackSlashes()
| static doubleBackSlashes |
( |
|
$value | ) |
|
|
static |
◆ endswith()
| static endswith |
( |
|
$hay, |
|
|
|
$needle |
|
) |
| |
|
static |
◆ getValueBetween()
| static getValueBetween |
( |
& |
$str, |
|
|
|
$before = "{{", |
|
|
|
$after = "}}" |
|
) |
| |
|
static |
◆ isBoolean()
| static isBoolean |
( |
|
$value | ) |
|
|
static |
◆ isBooleanFalse()
| static isBooleanFalse |
( |
|
$value | ) |
|
|
static |
◆ isBooleanTrue()
| static isBooleanTrue |
( |
|
$value | ) |
|
|
static |
◆ isNotNull()
◆ isNull()
◆ replaceAtFirst()
| static replaceAtFirst |
( |
|
$subject, |
|
|
|
$from, |
|
|
|
$to |
|
) |
| |
|
static |
◆ replaceAtFirstAndLast()
| static replaceAtFirstAndLast |
( |
|
$subject, |
|
|
|
$fromFirst, |
|
|
|
$toFirst, |
|
|
|
$fromLast, |
|
|
|
$toLast |
|
) |
| |
|
static |
◆ replaceAtLast()
| static replaceAtLast |
( |
|
$subject, |
|
|
|
$from, |
|
|
|
$to |
|
) |
| |
|
static |
◆ startswith()
| static startswith |
( |
|
$hay, |
|
|
|
$needle |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: