Here’s a demo: Demo
Editor
Here’s the regex I got
(?<=^|\|\|)\s*(daynamic_value)\s*(?=\|\||$)
I use || as a delimiter in the demo as that’s my usual practice for this sort of things.
ChatGPT does have a little issue with Bubble regex but you can guide it with this Bubble regex Doc.
1 Like