How to write Regular expression for Alphanumeric and space?

Naveen Kumar
Tera Contributor

[a-zA-Z0-9] - works for alpha numeric.

What is the regex for alphanumeric and space(Text = "Hi this is ab 123")

0 REPLIES 0