We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cc576 commit bde8534Copy full SHA for bde8534
src/utility.js
@@ -58,9 +58,9 @@ function urlOperators(value) {
58
const regex = new RegExp(operatorKeys, "g");
59
60
// Debugging regex match
61
- if (!regex.test(value)) {
62
- console.warn("Regex did not match any part of the input value.");
63
- }
+ // if (!regex.test(value)) {
+ // console.warn("Regex did not match any part of the input value.");
+ // }
64
65
// Replace matched operators with their resolved values
66
const updatedValue = value.replace(regex, function (match) {
0 commit comments