in reply to regex and substrings
You could for example implement the criteria using these two rules:
Then you only need to find out how to construct an "or" condition for regular expressions and find implementations for "starts with", "ends with" and "something else".
See perlre for ideas on how to implement these.
|
|---|