$str.contains Returns 1 if the first parameter contains the second |
Usage |
<bool> $str.contains(<container:string>,<tofind:string>[,<case:bool>]) |
Description |
Returns 1 if the first string parameter contains the second string parameter. If the third parameter is set to true, then the search is case sensitive. |
See also |
$str.match() |