Commit 48539c85 by carl bergquist

feat(graphite): adds support for grep function

closes #1163
parent a701bba8
......@@ -517,6 +517,13 @@ function (_, $) {
});
addFuncDef({
name: "grep",
category: categories.Filter,
params: [{ name: "grep", type: 'string' }],
defaultParams: ['grep']
});
addFuncDef({
name: 'highestCurrent',
category: categories.Filter,
params: [{ name: "count", type: "int" }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment