On Fri, 2006-05-05 at 17:06 -0400, Romeo Theriault wrote:
> Thanks for the tip about the regex. I have a quick question about  
> that though. To match the words "Returned mail" wouldn't I have to  
> use a "\s" to match the space that is between the word "Returned" and  
> the word "mail"? or does RT use a modified version of regex?
> 

Literal spaces are valid within a regular expression. However, they only
match the literal space (as you would expect) rather then all whitespace
characters as the \s does.

-- 
Joshua Colson <[EMAIL PROTECTED]>

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to