Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

RE: The Great Escape

by chromatic (Archbishop)
on Jul 23, 2000 at 08:19 UTC ( [id://23960]=note: print w/replies, xml ) Need Help??


in reply to The Great Escape

That regex looks a little greedy. How about: s/(.)\[([^]]*?)\]]/linkNodeTitle ($2, $NODE)/egs unless $1 eq '+'; Could be a little faster with the character class in there, too. It's certainly uglier!

Replies are listed 'Best First'.
RE: RE: The Great Escape
by ar0n (Priest) on Jul 23, 2000 at 16:45 UTC
    It sure is! :)

    One thing though:
    s/(.)?\[([^]]*?)\]]/linkNodeTitle($2, $NODE)/egs unless $1 eq '+';
    (just the (.)? has changed), so it'll allow node-links at the beginning of the node (i.e. without a character in front of it). Or am I wrong in assuming '.' won't match a null-character? Anyways, I can't remember why I did (.)*?, but in retrospect it's wrong. Thanks.

    -- ar0n | home | mail

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://23960]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 02:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found