Re: matching characters in a subject

2016-03-14 Thread Reindl Harald
Am 14.03.2016 um 13:17 schrieb Thomas kinghorn: Good afternoon list how would one match a subject which contains "))". in a character match, I have /(!|?|#)/ as part of a meta rule. However, I cannot match a ")" if I add it escape it wit a \ and be careful you escape all special chars like

matching characters in a subject

2016-03-14 Thread Thomas kinghorn
Good afternoon list how would one match a subject which contains "))". in a character match, I have /(!|?|#)/ as part of a meta rule. However, I cannot match a ")" if I add it. Please assist, Thx Tom