¿How would be a regex for only vowells and numbers?

Advertisements

Very simple direct question, I need a regex for pattern in a Input wich only accepts vowells and numbers => It must contain both

>Solution :

Here is the regex, it’s not the best but it works:

https://regexr.com/6llkt

If you want documentation about regex:

https://www.geeksforgeeks.org/write-regular-expressions/

Leave a ReplyCancel reply