Example: For pattern "[abcd]xy": string "a" can be continued to "axy" and it will match the regexp, but stri
"[abcd]xy"
"a"
"axy"