Modding Tools > Lucas' Simpsons Hit & Run Mod Launcher > Hacks > Mod Requirable Hacks > Custom Files > Custom Lua Functions > General Functions > WildcardMatch

WildcardMatch

This document is a work-in-progress and may be missing information.

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.

Donut Team © 2023 · v4.0