code • Regular Expression — Cool useful regEx - martindubenet/wed-dev-design GitHub Wiki

Replace line breaks \r and new line \n by a comma character

  1. Find: (\r\n|\n|\r) or more simply \n
  2. Replace by: ,