I want to use the “find and replace” functionality in a string, and in particular use the “regex” find.
I want to find words between “[]”, like “[word]”. Here’s the regex pattern for it:
\[(.*?)\]
and here’s the proof it works fine: regex101: build, test, and debug regex
But it doesn’t work in Bubble. Why? Is this a bug?