I have a regex expression that traverses a string and pulls out 40 values, it looks sort if like the query below, but much larger and more complicated
est(.*)/test>test>(.*)<test><test>(.*)test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test>
My question is how do i use these expressions with the replace command when the number exceeds 9. It seems as if whenever i use \10 it returns the value for \1 and then appends a 0 to the end. Any help would be much appreciated thanks :)
Also i am using UltraEdit studio, but if a different program does it better then no biggie :)