i am wondering of it is possible to do some simple Math on RegEx Variable values. E.G.:
I am looking for all two-digit numbers is a textfile and would like to multiply them by 10. Is simple regex able to do this or do i need to use a more complex script for that?
thanks!