2020-07-12

Archive: regex alphanumeric without underscore





Searched: regex alphanumeric without underscore
Found: stackoverflow-exclude underscore from alpha numeric regex

You could try something like:

[^_\W]+
  improve this answer   



Other references:






Google Referrals