Hi, I am trying to use the forwardslash (/) as a delimiter in a
scanner.useDelimiter()
method. Is that possible? The API says that method takes either a pattern or a string, but in the pattern class http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html
there is no escape sequence for the forward slash... Am I wrong or is there a way?
Many thanks