Validation

How can i validate a cell phone number in Java(no javascript)length: 10 digits
[92 byte] By [Kwena] at [2007-11-27 3:48:10]
# 1
Use a regular expression: http://java.sun.com/docs/books/tutorial/essential/regex/index.html
pbrockway2a at 2007-7-12 8:52:02 > top of Java-index,Java Essentials,New To Java...
# 2
Reposted with a little more problem description here: http://forum.java.sun.com/thread.jspa?threadID=5170549
pbrockway2a at 2007-7-12 8:52:02 > top of Java-index,Java Essentials,New To Java...