class TEST_REG_EXP
Flattened version is
here
Public
Readonly Shareds
Writable Shareds
Constants
const Alternate_Expr : STR := "Mary[adhlite ]*mb" ;
const Anchored_Expr : STR := "^M.*$" ;
const Anything_Expr : STR := ".*" ;
const Classes_Expr : STR := "([[:alpha:]]+ ){4}lamb" ;
const Dup_Range_Expr : STR := "([[:alpha:]]+ ){3,4}lamb" ;
const Duplicate_Expr : STR := "([[:alpha:]]*[[:space:]]?){5}" ;
const Negative_Expr : STR := "[^X]([[:lower:]]+|[[:space:]]){5}" ;
const Test_Val : STR := "Mary had a little lamb" ;
const Total_Expr : STR := "^.+$" ;
Features
main
The Sather Home Page