Wildcard String Comparisons: Set Pattern to a Wildcard Source

chaoticcranium at gmail.com chaoticcranium at gmail.com
Tue Oct 5 17:26:12 EDT 2010


Ah, very good, it's working perfectly now. Thank you so much for your
help - regular expressions are very powerful!


On Oct 5, 4:26 pm, MRAB <pyt... at mrabarnett.plus.com> wrote:
> [snip]
>
> Additional: I forgot to mention that you should understand the
> difference between the .match() and .search() mthods. .match() is
> anchored to the starting position, so you'll want to use .search()
> instead.




More information about the Python-list mailing list