04-09-05 01:48 AM
M=E5ns Rullg=E5rd wrote:
> "shakahshakah@gmail.com" <shakahshakah@gmail.com> writes:
>
can[vbcol=seagreen]
anchor)?[vbcol=seagreen]
>
> That will work with some regexp implementations, but not all. In
> some variants, ^ and $ lose their special meanings inside parens.
> Also, don't forget that some variants (e.g. emacs) use \(\) as
> subpatter delimiters.
>
> --
> M=E5ns Rullg=E5rd
> mru@inprovide.com
You can always do '^(ABC|.*XABC)' then (though the subpattern
delimiters issues is still there, I guess).
[ Post a follow-up to this message ]
|