Which regex uses a backreference correctly to match a word followed by the same word?
(\b\w+\b) \2
(\b\w+\b) [2]
(\b\w+\b) [1]
(\b\w+\b) \1