diff --git a/deploy/regexr.js b/deploy/regexr.js index bd225c1..109cd0d 100644 --- a/deploy/regexr.js +++ b/deploy/regexr.js @@ -16659,7 +16659,7 @@ var regexr = (function () { tt.showOn("error", "" + label + ": " + str, this.errorEl); } } - Expression.DEFAULT_EXPRESSION = "/([A-Z])\\w+/g"; + Expression.DEFAULT_EXPRESSION = "/(Zweitv|2. V)ersuch/g"; Expression.FLAGS = "gimsuxyU"; // for flag order Expression.FLAG_LABELS = { "g": "global",