regexp search question
Paul Rubin
http
Wed Oct 22 20:32:25 EDT 2003
More information about the Python-list mailing list
Wed Oct 22 20:32:25 EDT 2003
- Previous message (by thread): regexp search question
- Next message (by thread): regexp search question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Francis Avila" <francisgavila at yahoo.com> writes: > Yes: you can specify an offset, but only in the search METHOD (of re > objects), not the search function (for that, you just use slicing of the > string, see?) Thanks, this is what I wanted. I missed it when first looking at the doc. I just need to compile the regexp separately. Slight nuisance but no big deal.
- Previous message (by thread): regexp search question
- Next message (by thread): regexp search question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list