| matches Full Description |   | 
| Syntax string-expression matches unanchored? pattern Purpose Provides a general way to test the contents of a string expression by matching it against an OmniMark pattern. When only one pattern is being tried, the most convenient way to do this is often by using the  The  The keyword  Parentheses must be used to enclose the pattern if it consists of more than one component. If there is more than one pattern to scan, it is often easier and more efficient to use  Usage example:
 do when attribute codes matches unanchored (word-start "ok" word-end) ... done |