I'm writing a python program which uses regular expressions, but I'm
totally new to regexps.
I've got Kuchling's "Regexp HOWTO", "Mastering Regular Expresions" by
Oreilly, and have access to online stuff too.
But I would like to find a mailing list or newsgroup where I can ask
questions about regexps (when things don't work), not specifically
dealing with Python. When I have Python-regexp questions, I'll post
them here of course.
Googling around didn't produce any useable results (of course if I new
how to use regexps, I could probably do more-intelligent searches) :-)
thanks
totally new to regexps.
I've got Kuchling's "Regexp HOWTO", "Mastering Regular Expresions" by
Oreilly, and have access to online stuff too.
But I would like to find a mailing list or newsgroup where I can ask
questions about regexps (when things don't work), not specifically
dealing with Python. When I have Python-regexp questions, I'll post
them here of course.
Googling around didn't produce any useable results (of course if I new
how to use regexps, I could probably do more-intelligent searches) :-)
thanks
Comment