Epoch/Sources/epoch_code/compile/EPOCH_replaceWord.sqf

17 lines
450 B
Plaintext
Raw Normal View History

2015-12-07 16:24:52 +00:00
/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
2016-01-28 19:36:35 +00:00
code to replace string in word
2015-12-07 16:24:52 +00:00
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_replaceWord.sqf
*/
2016-01-28 19:36:35 +00:00
params ["_STRING","_needle","_replace"];
_STRING splitString _needle joinString _replace