| Newsgroups |
gmane.editors.sed.user |
| Message-ID |
<[email protected]> |
"Tim Chase [email protected] [sed-users]" wrote:
> You also write to the sed-users mailing list but your syntax at the
> bottom looks like a Perlish regex, so I want to confirm that you're
> using sed, not some other program.
You are right, it's a 3rd party program, that uses PCRE. I thought,
they are compatible and asked here, because here write very clever
people.
> foo(?:(?!xx).)*bar
And my last thought was right. :-) :-) I don't understand it but this
works, great! Thank you very much!!
-davidoff12001