A
ad
I found a Regular expression in
http://www.regexlib.com/DisplayPatterns.aspx?cattabindex=6&categoryId=7What
do the ^0, $ mean in the begin and end of Regular
expression?^0[234679]{1}[\s]{0,1}[\-]{0,1}[\s]{0,1}[1-9]{1}[0-9]{6}$
http://www.regexlib.com/DisplayPatterns.aspx?cattabindex=6&categoryId=7What
do the ^0, $ mean in the begin and end of Regular
expression?^0[234679]{1}[\s]{0,1}[\-]{0,1}[\s]{0,1}[1-9]{1}[0-9]{6}$