Wildcard String Comparisons: Set Pattern to a Wildcard Source

MRAB python at mrabarnett.plus.com
Tue Oct 5 16:26:46 EDT 2010


[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