Compare text against a wildcard string.
Syntax
WildcardMatch( <text>, <wildcard>, <case_insensitive>, <slash_insensitive> )
- text: The text to compare against the wildcard.
- wildcard: TODO
- case_insensitive: Whether or not the comparison is case insensitive.
- slash_insensitive: Whether or not the comparison is slash insensitive.
Examples
-- TODO
Notes
No additional notes.
Version History
Unknown Version
Added this function.