Regex tester using Bubble's :find & replace

Hi, this could be useful if anyone is fiddling with the regular expressions in the :find & replace part of the dynamic data editor.

7 Likes

Cool - thanks for posting. Neat.

You may also like http://www.regexpal.com

Best regards,
P

Thanks, I stuck the link on the page too.

Hey @mishav.

Yep, regex is smokin!

Anybody: It seems like this instance of regex does not do lookarounds or capturing groups?

Hi @ashley.benson.tait

Groups is working …
regex: .+(the).+(hill).+
replacement: $2$1$1
string: head for the hills and the home
result: hillthethe

Lookahead seems to do something, have you got an example you want to work that doesn’t?

2 Likes

Ohhhhhhhhhhhhhhh you rock @mishav!

That’s really helpful! Thanks :slight_smile:

I’ll have to play around with the lookahead… If I’m stuck, I’ll say hi again.

Have a great week!

Sincerely,
Ashley