Hi there,
It's been a long time since I've used delimiters in the Scanner class in Java. If I wanted to have any numbers between an expression, such as xx/xx/xxxx or an infinite amount of numbers between them with just the forward slashes as delimiters, what would the syntax be? I came up with
s.useDelimiter(".*/.*/.*")
And is this similar to C++ and Python? Also can't remember. D'oh! Sorry, and thanks for your help!