wildcard->regexp

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 ".".

Implementation Notes

Module: (app scwm wininfo)

Defined in scheme/wininfo.scm at line 179 (CVS log)