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

@@ -52,7 +52,7 @@
5 "ctrlset"
5 "rland"
5 "trigger"
//5 "dayz_serverObjectMonitor set [count dayz_serverObjectMonitor, _object];"
//5 "dayz_serverObjectMonitor set \[count dayz_serverObjectMonitor, _object\];"
1 "BIS_Effects" //kicking not needed anymore, monitoring only
5 "BIS_"
5 "box"
@@ -134,14 +134,14 @@
5 "onTeamS"
5 "onShowNew"
5 " str "
5 "str("
5 "str["
5 "str{"
5 "str\("
5 "str\["
5 "str\{"
5 "str'"
5 "str\""
5 ")str"
5 "]str"
5 "}str"
5 "\)str"
5 "\]str"
5 "\}str"
5 "'str"
5 "\"str"
5 "str "