Tag Archives: regex backreferences

regex: backreferences

ShareBackreferences Perhaps the most powerful element of the regular expression syntax, backreferences allow you to load the results of a matched pattern into a buffer and then reuse it later in the expression. In a previous example, we used two … Continue reading

Posted in regex | Tagged , , | Leave a comment