Re: [pcre-dev] pcre syntax question

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: mathog, pcre-dev
Subject: Re: [pcre-dev] pcre syntax question
} # ./pcredemo '((sens|respons)e and \1ibility)' 'sense and sensibility'

It should work if you do
# ./pcredemo '((sens|respons)e and \2ibility)' 'sense and sensibility'

criag