/ Published in: Java
URL: http://www.thescripts.com/forum/thread17738.html
Expand |
Embed | Plain Text
if ( x.length()==9 { // do something for match } else { // do something for not match }
Comments
Subscribe to comments
You need to login to post a comment.

this would be much much simpler with a regular expression.