CJex / regulex

:construction: Regular Expression Excited!
https://jex.im/regulex/
MIT License
5.71k stars 756 forks source link

发现一点小问题 #1

Closed yola-0316 closed 9 years ago

yola-0316 commented 9 years ago

在方括号中的^符号,在可视化工具中没有效果。

CJex commented 9 years ago

你是指[^a-z]这种形式?有效果的,Label会显示成"None of",背景色也会从淡黄色变成淡红色。

yola-0316 commented 9 years ago

[^\s] 这种,元字符的没有。虽然[^\s]等价于[\S]。但我看到网上的正则表达式有人那么写。为了追求完美,可以fixed。

CJex commented 9 years ago

Fixed it.Thanks! 也添加了 "None of:" label