|
@@ -1,5 +1,3 @@
|
|
|
-#!/usr/bin/env node
|
|
|
|
|
-
|
|
|
|
|
/*
|
|
/*
|
|
|
* Copyright 2010-2020 Gildas Lormeau
|
|
* Copyright 2010-2020 Gildas Lormeau
|
|
|
* contact : gildas.lormeau <at> gmail.com
|
|
* contact : gildas.lormeau <at> gmail.com
|
|
@@ -204,4 +202,4 @@ function getFilename(filename, index = 1) {
|
|
|
|
|
|
|
|
function escapeRegExp(string) {
|
|
function escapeRegExp(string) {
|
|
|
return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
|
-}
|
|
|
|
|
|
|
+}
|