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.