.*any character (except for line terminators), repeated any number of times
\na line-feed (newline) character (ASCII 10)
\1the text saved by group 1
Positive Lookbehind(?<=X) Xthe literal X (8810 / 1308 / 5816) (case sensitive)
.*any character (except for line terminators), repeated any number of times
\na line-feed (newline) character (ASCII 10)
\2the text saved by group 2
Positive Lookbehind(?<=X) Xthe literal X (8810 / 1308 / 5816) (case sensitive)