I am not good with regex.
What is the pattern to remove all spaces, tabs, dashes, and all other non- number or letter characters easily from a string?
I am not good with regex.
What is the pattern to remove all spaces, tabs, dashes, and all other non- number or letter characters easily from a string?
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/
Best Regex website
Use it daily!
This topic was automatically closed after 70 days. New replies are no longer allowed.