
10-19-2006, 02:02 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Contains() is checking for substrings which are enclosed with one of those characters:
".,;:-_><|!\"$%&/\\()=?`{[]}+*~#''^ "
Example: contains("hello you","you") = true
The text "two" is not containing a word "t" |
|
|
|