killzone_kid 1331 Posted June 2, 2013 Bringing the power of Regular Expressions to ArmA :) http://killzonekid.com/arma-regex-extensions-regex_match-dll-and-regex_replace-dll/ The documentation page is to follow, but for now you can play with emulation tools (provided) 3 Share this post Link to post Share on other sites
kremator 1065 Posted June 2, 2013 I'm not a coder but this looks like a great step forward. Good job KK. Share this post Link to post Share on other sites
killzone_kid 1331 Posted June 5, 2013 After a day of frustration with trying to make both extensions secure against possible client side exploits, I realised support for extensions in Arma is non existent. Therefore my conscience will not allow me to release my extensions properly until BIS added the way to make the use of extensions less of a security risk. You can sign extensions but ArmA will refuse to check them even if they are right next to .pbos in AddOns. It is laughable at least. Please close this thread. Share this post Link to post Share on other sites
Dwarden 1125 Posted June 5, 2013 extensions security is WIP Share this post Link to post Share on other sites
killzone_kid 1331 Posted June 5, 2013 extensions security is WIP Thanks, I'll wait. Share this post Link to post Share on other sites
eagledude4 3 Posted April 1, 2016 I'm trying to use regex_replace to replace single backslashes with double backslashes in a string, and although it works when ran from my debug box, it returns a blank string when ran on a dedicated server, { if (_x find "\" > -1) then { _newString = "regex_replace" callExtension format ["|\\|\\|%1",_x]; diag_log format ["new string: %1",_newString]; _textures set [_forEachIndex,_newString]; }; } forEach _textures; Share this post Link to post Share on other sites
chronicsilence 13 Posted July 11, 2017 Any way to get 64-bit versions of these extensions? Would really like to use regex_replace with 64-bit Arma. Share this post Link to post Share on other sites