Math, asked by TbiaSamishta, 1 year ago

scanner.skip("(\r\n|[\n\r\u2028\u2029\u0085])?") what does it mean

Answers

Answered by sangeetanigotia
0
It means does the digester dead at RS Tata
Answered by Sidyandex
6

The java.util.Scanner.skip(Pattern design) technique skips input that matches the predetermined example, disregarding delimiters.

This technique will skip input if a tied down match of the predetermined example succeeds.

In case a match to the predefined design isn't found at the present position, at that point no information is skipped and a NoSuchElementException is tossed.

Similar questions