#regex #string #match #sentence #list #bar #inputted

app 去正则表达式

一个工具,用于显示所有可能且最短的与给定正则表达式匹配的字符串

1 个不稳定版本

0.1.0 2019年12月1日

#sentence 中排名 #27

MIT/Apache

8KB
148

decompress_regex

一个工具,用于列出所有与输入的正则表达式匹配的句子。

使用方法

运行 去正则表达式 并从 stdin 输入正则表达式。

当前支持的正则表达式符号

符号 描述 ${regex} echo${regex} |去正则表达式
? 在字符 0 次或 1 次之前重复 abc? abc ab
| 匹配在 | 之前或之后 foo|bar foo bar

** 不支持任何 ascii 字符!**

示例

$deregex
abc
abc
abc?
abc
ab
foo|bar
bar
foo
f?o?o?|b?a?r?
ar
br
ba
fo
a
r
f
bar
oo

o
b
foo
^D
$

许可协议

与 Rust 相同的许可协议。

无运行时依赖