| Author |
Regular Expresion
|
Naresh Rajan
Ranch Hand
Joined: Sep 08, 2005
Posts: 45
|
|
hi, I am trying to match a string which can contain any digit except 6 as the first charecter. Can anyone please let me know how I do it. Regards.
|
Am not a pro and thats why am here!!!
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12950
|
|
Have you looked at the API documentation of class java.util.regex.Pattern? It explains how to make a Java regular expression. What did you try out yourself and how did that work out?
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Piet Verdriet
Ranch Hand
Joined: Feb 25, 2006
Posts: 266
|
|
Here's a demo: Details: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html Good luck.
|
 |
 |
|
|
subject: Regular Expresion
|
|
|