+repeats the group contents below at least once:
\ba Unicode word boundary
\w+a Unicode word character, repeated at least once
\ba Unicode word boundary
\s*a Unicode whitespace character, repeated any number of times
\2the text saved by group 2
\s*a Unicode whitespace character, repeated any number of times