Regular Expressions Rafael
    Regular Expressions Synametrics Support

From: Rafael
Date: 7/15/19 4:44 PM
Topic: Regular Expressions
Type: General Discussions
Post a follow up

Hello,

I am trying to use regular expressions in a content filter (in the body of the message).  I have a regexp that works, provided that Xeams uses PERL syntax.  The Users Manual says that regular expressions are "for advanced users", and I cannot find anything else on the topic.

Is there documentation on this topic, or examples of how to use regular expressions to detect, for instance phone numbers?

Thanks in advance,

Rafael

Top

From: Synametrics Support
Date: 7/15/19 8:49 PM
Topic: Regular Expressions
Type: General Discussions
Post a follow up

Rafael,

It does use Perl-style regex. I recommend you download the RegexBuilder from https://web.synametrics.com/ToolsRegexBuilder.htm and try your samples in there. Check https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html for reference. Xeams uses Regex that comes with Java.

Top