Name
wildcard->regexp -- Return the regular expresision string corresponding to WILDCARD.
Synopsis
(wildcard->regexp wildcard)
Description
Return the regular expresision string corresponding to WILDCARD.
This involves quoting meta characters and replacing the wildcard
meta-characters "*" with ".*" and "?" with ".".