Performs a wild-card match similar to wcmatch, but allows control over case sensitivity.
Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web
(acet-str-wcmatch string pattern [matchCase])
Type: String
The string to search.
Type: String
The wildcard pattern to match. See wcmatch for more details.
Type: T or nil
If provided and non-nil, indicates that case sensitive comparison should be used.
Type: T or nil
T if string and pattern match