0
votes
3answers
1k views
Reading text with Java Scanner next(Pattern pattern)
I am trying to use the Scanner class to read a line using the next(Pattern pattern) method to capture the text before the colon and then after the colon so that s1 = textbeforecolon and s2 = …
