✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following code snippet: Scanner in = new Scanner(. . .);
in.useDelimiter("[^0-9]+");
The notation used in the second line of code is called a/an____.