That returns an error.
Some of the regex expressions are convoluted and exceed 80 characters and I’m matching things ranging from single characters to about ten and I’m subbing them with strings ranging from 5 to 20 characters. I’m not sure if that is the sort of range you’re talking about, but I’ll see how it works in my main problem and report back.
Thanks for the clarification.
Also, if I may, where might I go to unravel what your suggestion actually does? I tried @less
but that just took me to the definition of replace
. This is a bit beyond me and I’d like to use this as a learning experience as well as a practical answer if possible.