Regular expression support for triggers

Which flavor of regular expressions is supported for triggers? Can we use \s
for whitespace? What about the usual ^ and $ anchors?

Thank you,

Ron

Djigzo usus the Java reg expr engine which supports most regular expression syntaxes. For more information on the exact syntax see the Jave Pattern documentation (sorry I am on my BlackBerry so I cannot look the URL up right now)

Martijn
--- sent from Blackberry

···

-----Original Message-----
From: Ronald Nissley <rnissley(a)gmail.com>
Sender: users-bounces(a)lists.djigzo.com
Date: Fri, 6 May 2011 17:16:46
To: users<users(a)lists.djigzo.com>
Subject: Regular expression support for triggers

Which flavor of regular expressions is supported for triggers? Can we use \s
for whitespace? What about the usual ^ and $ anchors?

Thank you,

Ron
_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

You might have already found it but detailed information about the reg
exp flavor supported by Java can be found here:

http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html

Kind regards,

Martijn Brinkers

···

On 05/06/2011 11:16 PM, Ronald Nissley wrote:

Which flavor of regular expressions is supported for triggers? Can we use \s
for whitespace? What about the usual ^ and $ anchors?