Update regex and datapack includes to not use binding syntax.

This commit is contained in:
David Anderson
2015-08-12 11:52:57 -07:00
parent 17c4649651
commit bcfef75c5d
4 changed files with 124 additions and 30 deletions
+5
View File
@@ -194,5 +194,10 @@ const sp_nativeinfo_t regex_natives[] =
{"GetRegexSubString", GetRegexSubString},
{"MatchRegex", MatchRegex},
{"CompileRegex", CompileRegex},
// Methodmap versions/
{"Regex.GetSubString", GetRegexSubString},
{"Regex.Match", MatchRegex},
{"Regex.Regex", CompileRegex},
{NULL, NULL},
};