phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JString Class Reference

Static Public Member Functions

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)
 

Detailed Description

Definition at line 4 of file JString.php.

Member Function Documentation

◆ camelCaseToSeparated()

static camelCaseToSeparated (   $input,
  $separator = " " 
)
static

Definition at line 38 of file JString.php.

◆ cleanIdentifier()

static cleanIdentifier (   $id)
static

Definition at line 75 of file JString.php.

◆ contains()

static contains (   $hay,
  $needle 
)
static

Definition at line 6 of file JString.php.

◆ doubleBackSlashes()

static doubleBackSlashes (   $value)
static

Definition at line 69 of file JString.php.

◆ endswith()

static endswith (   $hay,
  $needle 
)
static

Definition at line 14 of file JString.php.

◆ getValueBetween()

static getValueBetween ( $str,
  $before = "{{",
  $after = "}}" 
)
static

Definition at line 57 of file JString.php.

◆ isBoolean()

static isBoolean (   $value)
static

Definition at line 26 of file JString.php.

◆ isBooleanFalse()

static isBooleanFalse (   $value)
static

Definition at line 34 of file JString.php.

◆ isBooleanTrue()

static isBooleanTrue (   $value)
static

Definition at line 30 of file JString.php.

◆ isNotNull()

static isNotNull (   $s)
static

Definition at line 22 of file JString.php.

◆ isNull()

static isNull (   $s)
static

Definition at line 18 of file JString.php.

◆ replaceAtFirst()

static replaceAtFirst (   $subject,
  $from,
  $to 
)
static

Definition at line 42 of file JString.php.

◆ replaceAtFirstAndLast()

static replaceAtFirstAndLast (   $subject,
  $fromFirst,
  $toFirst,
  $fromLast,
  $toLast 
)
static

Definition at line 52 of file JString.php.

◆ replaceAtLast()

static replaceAtLast (   $subject,
  $from,
  $to 
)
static

Definition at line 47 of file JString.php.

◆ startswith()

static startswith (   $hay,
  $needle 
)
static

Definition at line 10 of file JString.php.


The documentation for this class was generated from the following file: