regular expressions.

Atul. atulskulkarni at gmail.com
Fri Aug 8 06:56:24 EDT 2008


Hey All,

I have been playing around with REs and could not get the following
code to run.

import re
vowel = r'[aeiou]'
re.findall(vowel, r"vowel")

anything wrong I have done?

Regards,
Atul.




More information about the Python-list mailing list