“How to fix regex in PHP to find non-numeric value after newline char?”
I am trying to figure out the regex expression and using PHP to fix a csv file. The format of the csv file should be like this: id, text field1, text field2 1,some text,another text 2,some text,another text 3,some text,another…