I don't think there where ever regex in unren. I did read the "findstring" command can a bit of it, but this was it IMHO. Or do you mean this here?
set "rpatoolps=%rpatool:[=`[%"
set "rpatoolps=%rpatoolps:]=`]%"
set "rpatoolps=%rpatoolps:^=^^%"
set "rpatoolps=%rpatoolps:&=^&%"
AFAIK has this just some relation to unpacking the base64 embeds for the 3rd party tools and isn't even regex: Just some string manipulation to escape certain chars. e.g: searches the string inside the rpatool variable for stuff: from
[ too
`[ OR
& too
^& ...
See
You must be registered to see the links
(And yeah i hate regex too because i get headache from it, but its very useful and powerful. If i just where proficient in it...)
Hm... Could be a bunch of stuff. In which relation?
UnRen version? Game name? The games Renpy version? Problem-code example?