Microsoft
Software
Hardware
Network
Question : Regular Expression to match 7697998997 or 8724550
I am new to regular expression
Can some one help how to write regular expression for following
Number that is 10 digits long and start with 769 and followed by 7 numbers
eg:
7697998997
Other one
Number that is 7 digits long only.
please help
Answer : Regular Expression to match 7697998997 or 8724550
(769)?\d{7}
Random Solutions
oracle forms record group question
Ecommerce Solutions with CMS
How do I convert string to char?
Java validation for radio button list
How to raise 2 GB mailbox limit in Exchange 2007?
Apple Mail - Find local Exchange email after changing accounts?
How do I enable audio mapping over RDP on Windows 7?
Are Mac's easier to support than PC's? Why or why not?
Secondary namespace in WSDL
how to re-assign a class member in c++ (override its value by pointer)