-1
Editing documents in ". txt" with texts in Notepad++, I notice that there are several snippets where there is a line break after a middle sentence comma.
Ex: "John was moving to work,"line breaking" but his tire blew, and he had to walk."
1 - How to do in Regex to find and remove these line breaks after comma, replacing them with a "space"? 2 - How to Find/Remove line breaks that proceed a specific character?