Hello
Perlre includes:
"(?(condition)yes-pattern|no-pattern)"
"(?(condition)yes-pattern)"
But I think the ? is after the (), as in the example below?
m{ ( \( )?
[^()]+
(?(1) \) )
}x
Cheers
--
Alberto Simoes
CEHUM
Thread Next