From 5b5d43ed89c2803ea5d22f38fcd7d8e1e41206f7 Mon Sep 17 00:00:00 2001 From: Mircea Date: Sun, 25 Oct 2020 20:01:43 +0200 Subject: [PATCH] JS interpolation pattern --- examples/js-interpolation.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/js-interpolation.json diff --git a/examples/js-interpolation.json b/examples/js-interpolation.json new file mode 100644 index 0000000..a64b246 --- /dev/null +++ b/examples/js-interpolation.json @@ -0,0 +1,4 @@ +{ + "flags": "-HnrE", + "pattern": "concat\\([[:alnum:]]*\\)|replace\\([[:alnum:]]*\\)|\\${[[:alnum:]]*}" +}