aboutsummaryrefslogtreecommitdiff
path: root/misc/txt2regex/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-20 14:48:00 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-22 01:14:19 +0700
commit91a84149699c8c3306fcd7432f9d7dd61a60b0a5 (patch)
tree25df8f4004a66fc1b0f2673a14a03429155cf136 /misc/txt2regex/README
parentacfa7a4e466a91f191f83d268c92bcb034519e74 (diff)
misc/txt2regex: Added (interactive regular expression trainer)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/txt2regex/README')
-rw-r--r--misc/txt2regex/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/txt2regex/README b/misc/txt2regex/README
new file mode 100644
index 0000000000..5b3de4d342
--- /dev/null
+++ b/misc/txt2regex/README
@@ -0,0 +1,12 @@
+txt2regex (interactive regular expression trainer)
+
+Txt2regex is a regular expression wizard for the command line.
+
+Users with little or no knowledge of regular expressions can quickly
+create hairy regexes by answering questions in a simple text-based
+interactive interface.
+
+Txt2regex is aware of the particular notation and caveats of many
+different regular expression flavors, generating valid regexes for
+more than 20 targets, including grep, sed, Vim, Emacs, JavaScript,
+Python, PHP, PostgreSQL.