Regex Question

Frank Koshti frank.koshti at gmail.com
Sat Aug 18 00:41:07 EDT 2012


Hi,

I'm new to regular expressions. I want to be able to match for tokens
with all their properties in the following examples. I would
appreciate some direction on how to proceed.


<h1>@foo1</h1>
<p>@foo2()</p>
<p>@foo3(anything could go here)</p>


Thanks-
Frank



More information about the Python-list mailing list