Hi, I want to write a pattern like this, plase correct it.
I don't know how to add "@".Code:string key = "something"; string pattern = key + "[^\\d]+.*"; return Regex.IsMatch(string_value, pattern);
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Regular expression patternThreaded View
|
Click Here to Expand Forum to Full Width |