![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: f*cking re module
From: Simon Brunning <simon.brunning@gmail.com>
Date: Wed Jul 06 2005 - 11:16:59 CEST
On 6 Jul 2005 01:01:34 -0700, Raymond Hettinger <python@rcn.com> wrote:
Nope:
>>> print re.match('f*cking', 'firetrucking')
The OP was clearly showing his lack of regex nouce here. Clearly he
>>> print re.match('f.*cking', 'firetrucking')
;-)
-- Cheers, Simon B, simon@brunningonline.net, http://www.brunningonline.net/simon/blog/Received on Thu Sep 29 16:47:05 2005 |