add english deefault regex and fix in text
This commit is contained in:
parent
efd2146962
commit
1f52d02dda
2 changed files with 3 additions and 3 deletions
|
@ -16659,7 +16659,7 @@ var regexr = (function () {
|
|||
tt.showOn("error", "<span class='error'>" + label + ":</span> " + str, this.errorEl);
|
||||
}
|
||||
}
|
||||
Expression.DEFAULT_EXPRESSION = "/(Erst|Zweit)versuch/g";
|
||||
Expression.DEFAULT_EXPRESSION = "/(first|second) attempt/g";
|
||||
Expression.FLAGS = "gimsuxyU"; // for flag order
|
||||
Expression.FLAG_LABELS = {
|
||||
"g": "<em>g</em>lobal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue