\ban ASCII word boundary
Group whole_word(?<whole_word>[a-z]) a-zone character from a (9710) to z (12210) (case sensitive)
\k{whole_word}++the text saved by group whole_word, repeated at least once
\ban ASCII word boundary
(*SKIP)acts like (*PRUNE), but the next unanchored match attempt starts where (*SKIP) was reached instead of at the next subject character
(*FAIL)forces the current match attempt to fail at this position