Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Puzzled by regex

by syphilis (Archbishop)
on Apr 10, 2013 at 06:53 UTC ( [id://1027903]=note: print w/replies, xml ) Need Help??


in reply to Re: Puzzled by regex
in thread Puzzled by regex

The difference lies only in what is matched, and this is relevant only if this part is captured

Well ... the regex does capture that part but afaics, when both regexes match they both match the same thing.
Do you have an example that demonstrates this difference ?

Just to be clear - I can see that /\S+?/ and /\S+/ could conceivably match differently, but I don't see how /__\S+?__\n/ and /__\S+__\n/ can match differently.
(And it's important to me that I do understand how they match differently if, indeed, they can.)

In case I'm guilty of not presenting the full picture, the regex (it's a split) as it appears in Inline.pm is actually:
@{$DATA{$pkg}} = split /(?m)(__\S+?__\n)/, $data;
Cheers,
Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 04:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found