Blockland Forums > Modification Help
Where can * be used as a wildcard?
M:
http://forum.blockland.us/index.php?topic=177446.0
Specifically strMatch and striMatch from libstr.cs; they allow pattern matching with wildcards. (Also striReplace, case-insensitive strReplace which for some reason does not exist by default)
The strMatch functions don't support capturing though, might add that later.