Append Text
Example
Example

Prepend
Example
Example

Trim
Example
Example

Left Trim
Example
Example

Right Trim
Example
Example

Starts With
This function is also available as a case-insensitive version as:
Example
Example

Ends With
This function is also available as a case-insensitive version as:
Example
Example

Contains
This function is also available as a case-insensitive version as:
Example
Example
Starts With (Case-Insensitive)
$myText starts with the given value, ignoring case. Returns true or false in $textFound.Ends With (Case-Insensitive)
$myText ends with the given value, ignoring case. Returns true or false in $textFound.Contains (Case-Insensitive)
$myText contains the given value, ignoring case. Returns true or false in $textFound.