Regexp question
Miki Tebeka
miki.tebeka at zoran.com
Wed Dec 1 09:11:09 EST 2004
More information about the Python-list mailing list
Wed Dec 1 09:11:09 EST 2004
- Previous message (by thread): Regexp question
- Next message (by thread): Regexp question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Philippe, > What I would rather do is. > > "get the data block that is _not_ between brackets or parenthesis i.e; 'xx xx > xx xx xx xx xx' knowing that the intial string could be: See http://docs.python.org/lib/re-syntax.html and search for "negative lookahead" HTH. -- ------------------------------------------------------------------------ Miki Tebeka <miki.tebeka at zoran.com> http://tebeka.spymac.net The only difference between children and adults is the price of the toys
- Previous message (by thread): Regexp question
- Next message (by thread): Regexp question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list