change default expression at the top
This commit is contained in:
parent
9f6a566c6b
commit
35d548a400
1 changed files with 1 additions and 1 deletions
|
@ -16659,7 +16659,7 @@ var regexr = (function () {
|
||||||
tt.showOn("error", "<span class='error'>" + label + ":</span> " + str, this.errorEl);
|
tt.showOn("error", "<span class='error'>" + label + ":</span> " + 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.FLAGS = "gimsuxyU"; // for flag order
|
||||||
Expression.FLAG_LABELS = {
|
Expression.FLAG_LABELS = {
|
||||||
"g": "<em>g</em>lobal",
|
"g": "<em>g</em>lobal",
|
||||||
|
|
Loading…
Reference in a new issue