Regular expression compare
ArborX


Summary
Conditions using regular expressions

Regular expressions add a powerful extension to the conditional test macro see also Regular expressions_en.

The examples below illustrate some of the many options available using regular expressions.

 ?=/^var1,"[0-5]" }loop 4
 ?=/^string1,"[^a-zA-Z]" }num 6
 ?=/^name,"a.b" @Match is good 8

Document created on 08-Feb-2003 (revision 1)