wildcard-match?

Name

wildcard-match? -- Returns #t if WILDCARD matches WIN (in the sense of wildcard-matcher).

Synopsis

(wildcard-match? wildcard #&optional (win (get-window))
				 #&key (full-regexp #f)
				 (regexp-options `(,regexp/icase)))

Description

Returns #t if WILDCARD matches WIN (in the sense of wildcard-matcher). See wildcard-matcher for the meanings of FULL-REGEXP and REGEXP-OPTIONS.

Implementation Notes

Module: (app scwm wininfo)

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