add english deefault regex and fix in text

This commit is contained in:
AntonObersteiner 2024-06-05 12:19:38 +02:00
parent efd2146962
commit 1f52d02dda
2 changed files with 3 additions and 3 deletions

View file

@ -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",