Text Contains
Search a body of text for a match with the search text. Yarado wil return either
True
or False
.
Note
Yarado returns True
for both full and partial hits. In case you want to
use complex extraction patterns, please use the
RegEx function.
For example, a search on a text containing the word download
will return
True
when looking for a match on the word down
.
Example of the Text Contains function.