$includes
Checks whether given text contains something.
Last updated
Checks whether given text contains something.
Last updated
This function has two params.
Param | Description | Type | Required |
---|---|---|---|
Remember the case of characters in `$includes[]` matters (e.g. searching for a lowercase `h` within `Hello` would return 'false', not 'true'.). You can use [`$toLowerCase[]`](./tolowercase.md) to negate this issue.
Example #1
Example #2
Example #3
text
The text to search for 'queries'
String
Yes
queries
The arguments that 'text' shall contain, separated by ;
.
String
Yes