I'm using regexbuddy to get all matches from a text input 1. This works fine except the issue that to much newlines 2 are added to output of the matches (because every single match is listed in a new line, see detailed output 3). Is there an option or a workaround to avoid this?
Edit: My Regex is quite simple: \w*
Text input
Output
Detailed Output