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…
//StartGridEditing(SelectionOption.Start); // If in a FlexGrid, start the editor for a cell //_MyStepRTB.InsertSymbol(Convert.ToInt32(b.Tag));
are still in code
I am more questioning why these were removed
as these were here before this project?
sorry missed it since the lines were changed. It was previously on line 11. - this is good. I will resolve this item.
I would say that is the case --- if there are are matches on the backslash not followed by a "u" those need to be replaced.
Likely would have to get matches and the loop through those specific…