The referenced doc indicates that the > These can be used anywhere within the expression, e.g. > (?i)apple(?-i) Pie - matches "ApPLe Pie", but not "ApPLe pIe"
If I place the (?s) at end of pattern I get the failure shown below. Assertion failure message : Bad test configuration org.apache.oro.text.MalformedCachePatternException: Invalid expression: TP-STORAGE CONTENTS:.*TX-TYPE +ECHOTPS(?s) Unmatched parentheses. I was able to place the (?s) at the start of the pattern and it did match, so I'm in business for now, but thid does look like a bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]