What is the regex pattern to remove all characters except numbers and letters?

This should work: [^a-zA-Z0-9]. Replace that with nothing.


Kevin
AirDev

We’re looking for Bubble developers to join our team: https://jobs.airdev.co/

3 Likes