Skip to main content

Append Text

Prepend

Trim

Left Trim

Right Trim

Starts With

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

Ends With

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

Contains

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

Starts With (Case-Insensitive)

Checks if the text in $myText starts with the given value, ignoring case. Returns true or false in $textFound.

Ends With (Case-Insensitive)

Checks if the text in $myText ends with the given value, ignoring case. Returns true or false in $textFound.

Contains (Case-Insensitive)

Checks if the text in $myText contains the given value, ignoring case. Returns true or false in $textFound.