1 Nov
2011
1 Nov
'11
6:01 p.m.
U.Mutlu wrote, On 2011-11-01 15:37:
Hi, why is this regex const string sRe = "((([a-zA-Z]|([a-zA-Z][a-zA-Z0-9\\-]))+[a-zA-Z0-9])\\.)+" "((([a-zA-Z]|([a-zA-Z][a-zA-Z0-9\\-]))+[a-zA-Z0-9]))";
changing the 2nd part as follows has solved the problem: "((([a-zA-Z]|([a-zA-Z][a-zA-Z0-9\\-]))+[a-zA-Z0-9]+))";