Re: [pcre-dev] pcre syntax question

Góra strony
Delete this message
Autor: Craig Silverstein
Data:  
Dla: mathog, pcre-dev
Temat: 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