Hi,
        I'm trying to do a patter match for everything contained within
{{ stuff }}.  Now I've gotten this to work just fine with ** stuff **,
^^ and a several others, but I can't get curly braces to work and I have
no idea why.  I've tried escaping them with \ and not doing and what
have you but it just won't work.  Here's the code, maybe you can help me
out.  Note: the bold tags are just there while I'm testing it, not what
it's going to be used for.

 $body =~ s/\{\{(.*?)\}\}/\<b\>$1\<\/b\>/g;

Barry Jones
DATABUILT, Inc. The Global AEC Information Company
1476 Fording Island Rd. Bluffton, SC 29910
(843) 836-2166 office

"Life is like a dogsled team;
if you ain't the lead dog, the scenery never changes."
- Lewis Grizzard


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to