In google data studio I would like to make a REGEXP_EXTRACT
for getting the string after the first |
symbol (https://regex101.com/r/w3BqW4/2). I've tried the regex:
[|].*?$
but this is returning:
' | Leren afzaklaarzen Elisio | kalk'
So I still need to lose the first ' | '
. Can anyone help me?
Example:
Input: Toral | Leren afzaklaarzen Elisio | kalk
Output: Leren afzaklaarzen Elisio | kalk