Oh yeah for sure. Your substitute was just fine because you separated it into nice easy to digest sections: add +, add ., add zeros, parse. I initially just thought I that I could do steps 1-3 all in one using zero length assertions. Annnd to my surprise lol. It was my expression that needed to eliminate the empty captures.As for combining all steps into one, in my earlier Substitute you don't need to eliminate empty capture references, you can just remove whatever \1 to \4 from the last substitution replacement and leave only what you need.
And yeah... I saw the alert in the manual. It simply states the fact you cant. No big deal. I do not have to substitute all that often and, and if it really bugged me, I could just use a Lua script and do it there...
Statistics: Posted by Pickles7853 — Yesterday, 9:13 pm