Closed ymatuhin closed 8 years ago
Sorry, I take it back. You still have the same issue as before. Using the REPLACE( match in any form doesn't work. I suggest using https://regex101.com/ to figure this out. Also, include a test file under the testFiles folder that shows what you're trying to do.
Instead of using [ \t\n] explicitly, I think using \s+ is a better alternative. Assuming there are no testing errors, I'll do the merge and push up a new version.