What is back refernces
Posted: Wed Jul 08, 2009 9:25 am
Hello to all
I want know what is back reference meaning in regular expressions.
Thanks.
I want know what is back reference meaning in regular expressions.
Thanks.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<tag>content</tag>Code: Select all
<([A-Za-z]+)>.*?</\\1>