S
Sjaakie
Not sure if I this belongs in this group or a Regex-group, but since it
involves a WebControl I'll give it a try here.
I want to block hotmail, yahoo and gmail addresses when typed into a
TextBox control. Figured this could be done using a
RegularExpressionValidator control, but I can't compose a valid
expression to achieve this. Maybe you can help me out?
I used the standard e-mail validation expression, and tried to alter it
to filter Hotmail addresses. The expression below is incorrect...
\w+(-+.]\w+)*@(\w+!hotmail)([-/]\w+)*\.\w+(-.]\w+)*
TIA
involves a WebControl I'll give it a try here.
I want to block hotmail, yahoo and gmail addresses when typed into a
TextBox control. Figured this could be done using a
RegularExpressionValidator control, but I can't compose a valid
expression to achieve this. Maybe you can help me out?
I used the standard e-mail validation expression, and tried to alter it
to filter Hotmail addresses. The expression below is incorrect...
\w+(-+.]\w+)*@(\w+!hotmail)([-/]\w+)*\.\w+(-.]\w+)*
TIA