API -
return function local val = 'hello'; val = helper.replace(val, 'o', '8'); log(val); --logs hell8 end
Last updated 2 years ago