We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a9331 commit 425ac40Copy full SHA for 425ac40
src/model/FunctionMap.lua
@@ -18,8 +18,11 @@ local FunctionMap = {
18
["keyMatch"] = BuiltInFunctions.keyMatchFunc,
19
["keyGet"] = BuiltInFunctions.keyGetFunc,
20
["keyMatch2"] = BuiltInFunctions.keyMatch2Func,
21
+ ["keyGet2"] = BuiltInFunctions.keyGet2Func,
22
["keyMatch3"] = BuiltInFunctions.keyMatch3Func,
23
+ ["keyMatch4"] = BuiltInFunctions.keyMatch4Func,
24
["regexMatch"] = BuiltInFunctions.regexMatchFunc,
25
+ ["IPMatch"] = BuiltInFunctions.IPMatchFunc,
26
["globMatch"] = BuiltInFunctions.globMatch
27
}
28
0 commit comments