(root)/
gawk-5.2.2/
test/
regex3minus.awk
BEGIN {
	print match("abc-def", /[qrs---tuv]/)
}