> This is the string I'm searching for: "{\b0 {\*\bkmkstart bookmark_name}"
>
> The regex I have come up with for this thus far is :
> "\{\\\\*\\\\bkmkstart+bookmark_name\}"
> but this isn't matching.
Hi Shawn,
Wouldn't it be something like:
\{\\b0 {\\\*\\bkmkstart bookmark_name\}
Some regex implementations are different but assuming CF's looks like
Perl/Python/etc I think it would be like above.
Jeff
pgp00000.pgp
Description: PGP signature
_______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

