Re: [pcre-dev] pcre syntax question

Pàgina inicial
Delete this message
Autor: Craig Silverstein
Data:  
A: mathog, pcre-dev
Assumpte: 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