Training, Open Source computer languages

This is page http://www.wellho.net/forum/Perl-Programming/Back-references.html

Our email: info@wellho.net • Phone: 01144 1225 708225

Back references

Posted by admin (Graham Ellis), 8 June 2007
Question How do I refer back to part of a match in a regular expression - i.e. how do I ask "and the same character of group of characters again"?

Answer Use a back reference.  Capture the part that you might want to repeat in round brackets, the refer back to it later on as \1 - i.e. back reference number 1.

Here's a regular expression that matches a string that ends with the same character that it starts with:

/^(.).*\1$/

Link - Full Worked Example



This page is a thread posted to the opentalk forum at www.opentalk.org.uk and archived here for reference. To jump to the archive index please follow this link.

© WELL HOUSE CONSULTANTS LTD., 2013: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 899360 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho