
kencl
User
Apr 13, 2005, 8:06 PM
Post #2 of 2
(8971 views)
|
Re: [amoskoh] exclude a string in pattern
[In reply to]
|
Can't Post
|
|
This seems to work:$string =~ s{(<.*?>)}{ $tag = $1; $tag =~ /^<\/?ENAMEX/ ? $tag : ''}ge; >> If you can't control it, improve it, correlate it or disseminate it with PERL, it doesn't exist!
|