all the example i've seen so far show a loop `whil...
# getting-started
d
all the example i've seen so far show a loop
while (matcher.find()) println(matcher.group(++n))
which seems to defeat the purpose of a regex