J
John Boncek
Guest
I need to find/replace "," (comma) with ", " (comma and space) a large number of times but the replacement should only be made when the comma is not either followed by white space (for example a space or tab) or is at the end of a line. Working in C++ in Visual Studio either 2010 or 2013. It seems like a regular expression could be formed to do this but I don't know enough of the advanced options. Thanks for any help.
Continue reading...
Continue reading...