JurkMonkey
Programmer
Been a while since I've done a good regex string.
What I'm doing is an input mask for a textbox. The data is a phone number which may, or may not include an extension.
123-456-7890
123-456-7890 ext:1234
I don't want the regex to output the ext: if it is not existent. Anyone feel like trying to put this regex string together for me?
Thanks!
What I'm doing is an input mask for a textbox. The data is a phone number which may, or may not include an extension.
123-456-7890
123-456-7890 ext:1234
I don't want the regex to output the ext: if it is not existent. Anyone feel like trying to put this regex string together for me?
Thanks!