^start of string
.*any character (except for line terminators), repeated any number of times
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
.*any character (except for line terminators), repeated any number of times
\1the text saved by group 1
.*any character (except for line terminators), repeated any number of times
$end of string