I sent an email Friday - but so it doesn't get lost / we have it here also / we remember to test this when this item goes for testing: It appears this may need some further work to get it to…
Never mind - I didn't notice that these lines were commented out in the original (lines 2942-2946 in the original file.
I believe a regex replace will work.
Your pattern would need to have a negative lookahead for u.
Here is an example of a regex with a lookahead:
https://stackoverflow.com/questions/4984162…
Not seeing any changes here - not sure if I am missing something.
resolving this item - with stringbuilder, should at least be better memory / performance wise.
not sure if I am missing something but it looks like changes / reg-ex to AccPageID are still in here?
Sta minimum - would suggest not concatenating strings in a loop and using stringbuilder instead.
Here is an article I found detailing why shouldn't concat strings in a loop - they explain it…