mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
regex
This commit is contained in:
parent
6b8cfca29d
commit
bb7d703cc5
5 changed files with 79 additions and 22 deletions
|
@ -527,3 +527,33 @@ tools:
|
|||
html: 'HTML-Ausgabe:'
|
||||
button:
|
||||
print: Als PDF drucken
|
||||
regex-memo:
|
||||
title: Regex-Spickzettel
|
||||
description: Spickzettel für Javascript Regex/Regulärer Ausdruck
|
||||
regex-tester:
|
||||
title: Regex-Tester
|
||||
description: >-
|
||||
Teste einen regulären Ausdruck, erhalte eine Liste mit Treffern und ein
|
||||
Diagramm.
|
||||
regex-input: 'Regex zum Testen:'
|
||||
regex-input-placeholder: Eingabe des zu testenden regulären Ausdrucks
|
||||
link: Siehe Spickzettel für reguläre Ausdrücke
|
||||
text-input: 'Zu prüfender Text:'
|
||||
text-input-placeholder: Eingabe des zu prüfenden Texts
|
||||
matches: Treffer
|
||||
text-index: Index im Text
|
||||
value: Wert
|
||||
captures: Erfassungen
|
||||
groups: Gruppen
|
||||
sample: Beispiel für passenden Text
|
||||
diagram: Regex-Diagramm
|
||||
global: Globale Suche
|
||||
ignoreCase: Suche ohne Berücksichtigung der Groß-/Kleinschreibung
|
||||
multiline: Ermöglicht die Übereinstimmung von ^ und $ neben Zeilenumbruchzeichen.
|
||||
dotAll: |-
|
||||
Ermöglicht .
|
||||
passend zu Zeilenumbruchzeichen.
|
||||
unicode: |-
|
||||
Unicode;
|
||||
behandelt ein Muster als eine Folge von Unicode-Codepunkten.
|
||||
unicodeSets: Ein Upgrade zum U-Modus mit mehr Unicode-Funktionen.
|
||||
|
|
|
@ -496,3 +496,27 @@ tools:
|
|||
html: 'Output HTML:'
|
||||
button:
|
||||
print: Print as PDF
|
||||
regex-memo:
|
||||
title: Regex cheatsheet
|
||||
description: Javascript Regex/Regular Expression cheatsheet
|
||||
regex-tester:
|
||||
title: Regex Tester
|
||||
description: Test a regular expression, get a list of matches and a diagram.
|
||||
regex-input: 'Regex to test:'
|
||||
regex-input-placeholder: Put the regex to test
|
||||
link: See Regular Expression Cheatsheet
|
||||
text-input: 'Text to match:'
|
||||
text-input-placeholder: Put the text to match
|
||||
matches: Matches
|
||||
text-index: Index in text
|
||||
value: Value
|
||||
captures: Captures
|
||||
groups: Groups
|
||||
sample: Sample matching text
|
||||
diagram: Regex Diagram
|
||||
global: Global search
|
||||
ignoreCase: Case-insensitive search
|
||||
multiline: Allows ^ and $ to match next to newline characters.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue