Hi there,
The following regex should create an array of 5. I have tested this in code (python) and it works fine using the regex however in bubble it doesnt appear to be working. Just wondering if theres
something I am missing with the way bubble does regex?
Thanks
Hi there…
I would do this using search and replace… The search term is your regex, and the replace is $5. Don’t forget to tick the “use regex” box!
Best wishes,
Antony.
Thanks Antony that worked like a charm…i wonder why extract with regex doesn’t work?