Skip to content

Commit

Permalink
improve regex
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenrapp committed Sep 21, 2024
1 parent c69d55a commit e029173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,4 @@ tools:
dotAll: Lässt . als Treffer für Zeilenumbruchzeichen zu.
unicode: Unicode; behandelt ein Muster als eine Folge von Unicode-Codepunkten.
unicodeSets: Ein Upgrade zum u-Modus mit mehr Unicode-Funktionen.
no-match: Kein Treffer
1 change: 1 addition & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,4 @@ tools:
unicode: Unicode; treat a pattern as a sequence of Unicode code points.
unicodeSets: An upgrade to the u mode with more Unicode features.
regex: Regex
no-match: No match
2 changes: 1 addition & 1 deletion src/tools/regex-tester/regex-tester.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ watchEffect(
</tbody>
</n-table>
<c-alert v-else>
No match
{{ t('tools.regex-tester.no-match') }}
</c-alert>
</c-card>
Expand Down

0 comments on commit e029173

Please sign in to comment.