This commit is contained in:
steffenrapp 2024-09-20 20:11:39 +00:00
parent 95a1939cfc
commit 563900dc11
3 changed files with 3 additions and 1 deletions

View file

@ -535,6 +535,7 @@ tools:
description: >-
Teste einen regulären Ausdruck, erhalte eine Liste mit Treffern und ein
Diagramm.
regex: Regex
regex-input: 'Regex zum Testen:'
regex-input-placeholder: Eingabe des zu testenden regulären Ausdrucks
link: Siehe Spickzettel für reguläre Ausdrücke

View file

@ -520,3 +520,4 @@ tools:
dotAll: Allows . to match newline characters.
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