Detecting line breaks in Multiline Inputs with Regex

Hi,

I want to extract the first line of a Multiline Input and try to use the Regex expression:

\S+\e (I use \e instead of \n to make it work if there is only on line in the Multiline).

It works with regexr.com but I can’t get it to work i Bubble.

Appreciate any tips.

Changed the use case. :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.