mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
improve
This commit is contained in:
parent
95a1939cfc
commit
563900dc11
3 changed files with 3 additions and 1 deletions
|
@ -535,6 +535,7 @@ tools:
|
||||||
description: >-
|
description: >-
|
||||||
Teste einen regulären Ausdruck, erhalte eine Liste mit Treffern und ein
|
Teste einen regulären Ausdruck, erhalte eine Liste mit Treffern und ein
|
||||||
Diagramm.
|
Diagramm.
|
||||||
|
regex: Regex
|
||||||
regex-input: 'Regex zum Testen:'
|
regex-input: 'Regex zum Testen:'
|
||||||
regex-input-placeholder: Eingabe des zu testenden regulären Ausdrucks
|
regex-input-placeholder: Eingabe des zu testenden regulären Ausdrucks
|
||||||
link: Siehe Spickzettel für reguläre Ausdrücke
|
link: Siehe Spickzettel für reguläre Ausdrücke
|
||||||
|
|
|
@ -520,3 +520,4 @@ tools:
|
||||||
dotAll: Allows . to match newline characters.
|
dotAll: Allows . to match newline characters.
|
||||||
unicode: Unicode; treat a pattern as a sequence of Unicode code points.
|
unicode: Unicode; treat a pattern as a sequence of Unicode code points.
|
||||||
unicodeSets: An upgrade to the u mode with more Unicode features.
|
unicodeSets: An upgrade to the u mode with more Unicode features.
|
||||||
|
regex: Regex
|
||||||
|
|
|
@ -93,7 +93,7 @@ watchEffect(
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div max-w-600px>
|
<div max-w-600px>
|
||||||
<c-card title="Regex" mb-1>
|
<c-card :title="t('tools.regex-tester.regex')" mb-1>
|
||||||
<c-input-text
|
<c-input-text
|
||||||
v-model:value="regex"
|
v-model:value="regex"
|
||||||
:label="t('tools.regex-tester.regex-input')"
|
:label="t('tools.regex-tester.regex-input')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue