I'm working through Hadley Wickham's R for Data Science, and I struggle with regular expressions (which in some cases seems to quickly or not explained at all - despite the rest of the book being good).
I'm particular confused now by the following
"(.)(.)(.).*\3\2\1"
If I could understand this I think I would be in a good position. What does \3 mean and \2 mean?