Re: How to exclude a sequence of characters

2011-03-25 Thread Daniel F. Savarese
In message , "Thomas Wiedmann" writes: >May be, but what's the solution, i. e. how must the RegExp statement be >written, that texts like "mytext-end" are not matched? I already answered your question. You confirmed firsthand that jakarta regexp does not support negative lookahead assertions (a

Nathan P. Gardner/0Q/Caterpillar is out of the office.

2011-03-25 Thread Nathan P. Gardner
I will be out of the office starting 03/25/2011 and will not return until 03/30/2011. - To unsubscribe, e-mail: regexp-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: regexp-user-h...@jakarta.apache.org

Re: How to exclude a sequence of characters

2011-03-25 Thread Thomas Wiedmann
"Jon Gorrono" schrieb im Newsbeitrag news:AANLkTik9Khsh_MqmFaBD2DB7v9L8pz=qirr8eh93n...@mail.gmail.com... '-xyz' literal does not match the '-end' literal... if you want to match any three-character ending you'll need something like '-...' in the regexp Also, I can't recall of the dash needs to