Hello, Suspecting it's completely doable combining these 2 regexes to
just 1 expression I'm looking for the working syntax. If you know then
kindly inform. Thanks in advance
('/a/([^/]*)',List), #list
('/a([^/]*)',List), #list
Niklas Rosencrantz
--
http://mail.python.org/mailman/listinfo/python-list
- Combining 2 regexes to 1 Niklasro(.appspot)
- Re: Combining 2 regexes to 1 Chris Rebert
- Re: Combining 2 regexes to 1 MRAB
- Re: Combining 2 regexes to 1 Niklasro(.appspot)
