This REGEXP
is something I have come across a few times. For example today, I was trying to figure out how to copy paths with forward slashes rather back slashes, I found a for that specific issue in THIS thread.
M3IT's solution was also using the argument REGEXP
to replace \
with /
. I searched the manual and could not find a general overview, that explains how it works and in what areas it can be used in.
Can it be used to manipulate general strings in Opus? What RegEX engine is it using?
Any help would be greatly appreciated!