✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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____.