I have this Regex that works fine on https://regexr.com/ but not on Studio ^(.*\S)\s*$
I need to get sentances separated by line breaks ex : TestBranch FRANCE UAT01 TestBranch FRANCE UAT1 TestFelix
gets me 3 matches. It work on website beacause use /m for multiline but i dont find a way to do it on Studio. Can someone help ?