I am trying to write an expression that allows only letters and numbers. Why this expression is false:
Regex.IsMatch("1298red673419dfRED2", "[a-zA-Z0-9]+/g")
I am using VB.NET in VS2019
I am trying to write an expression that allows only letters and numbers. Why this expression is false:
Regex.IsMatch("1298red673419dfRED2", "[a-zA-Z0-9]+/g")
I am using VB.NET in VS2019