chickadee » chicken » irregex » glob->sre

glob->sre <str>procedure

Converts a basic shell-style glob to an SRE which matches only strings which the glob would match. The glob characters [, ] * and ? are supported.