On 2007-02-10, Geoff Hill <thegeoffmeister at gmail.com> wrote: > What's the way to go about learning Python's regular > expressions? I feel like such an idiot - being so strong in a > programming language but knowing nothing about RE. A great way to learn regular expressions is to implement them. -- Neil Cerutti