Regex: How to remove line breaks after commas

Asked

Viewed 11 times

-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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.