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
restore from DB?
Restore default wireless connection on laptop
Java Applet Client - Security Exception
open a window using javascript
Windows could not load the installer for DiskDrive. Contact your hardware vendor for assistance.
Server 2008 R2 DC File Permissions
ASP.NET client side printing.
Can I define a document root in html for all the anchors on a page?
CKEditor: How to update textarea using javascript?
Whats wrong with my css?