Hi, I want to write a pattern like this, plase correct it.
Code:
string key = "something";
string pattern = key + "[^\\d]+.*";
return Regex.IsMatch(string_value, pattern);
I don't know how to add "@".
Thanks.