Gistlib Logo

gistlib

other python categories

wildcard code snippets in python

given an input string (s) and a pattern (p), implement wildcard patterning matching with support for “?” and “*” where “?” matches any single character and “*” matches any sequence of characters in python

gistlibby LogSnag