updated for latest BE

regex metacharacters ({}[]()^$.|*+? and \) now have to be escaped using
'\' if they should be used as literals.
This commit is contained in:
[VB]AWOL
2014-01-17 14:56:27 -06:00
parent cf47a5d1c8
commit cab5d03ab7
8 changed files with 99 additions and 100 deletions

View File

@@ -1,2 +1,2 @@
1 ""
5 !="0.000000" !="0.990000" !="1.000000" !="2.000000"
5 !="0\.000000" !="0\.990000" !="1\.000000" !="2\.000000"