Re: [pcre-dev] pcre syntax question

Inizio della pagina
Delete this message
Autore: Craig Silverstein
Data:  
To: mathog, pcre-dev
Oggetto: 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