.*any character (except for line terminators), repeated any number of times
\ban ASCII word boundary
{2}matches exactly 2 characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
\ban ASCII word boundary
.*any character (except for line terminators), repeated any number of times
\ban ASCII word boundary
\1the text saved by group 1
\ban ASCII word boundary