| MakeRegularExpression |
|---|
| Script function world.MakeRegularExpression
Read about scriptingType Method Summary Converts wildcard matching text to a regular expression Prototype BSTR MakeRegularExpression(BSTR Text);
View list of data type meaningsDescription This function provides an interface to the internal routine that MUSHclient uses to convert trigger and alias "simple" wildcard expressions to full regular expressions. It is exactly the same result as provided by clicking on the "Convert to regular expression" button in the Edit Trigger dialog.VBscript example Jscript example Lua example Return value (Help topic: function=MakeRegularExpression)
Documentation contents page |