\1代表之后一个字符,一定需要是括号中已经匹配的字符"a"。
(a)\1\1 表示匹配 aaa
https://github.com/ziishaned/learn-regex/tree/master/translations