Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: How can I access the number of repititions in a regex?

by Errto (Vicar)
on Mar 11, 2008 at 20:36 UTC ( [id://673610]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How can I access the number of repititions in a regex?
in thread How can I access the number of repititions in a regex?

I understand that the empty () imposes list context on the right...
correct
...making the match return the number of matches.
Not quite. The match returns a list of matches. A list assignment in scalar context returns the number of elements in the list, regardless of the number of those elements that actually get assigned to anything (in this case, zero). So the "5" doesn't propagate. It's the use of the assignment in scalar context that creates the "5".
  • Comment on Re^3: How can I access the number of repititions in a regex?

Replies are listed 'Best First'.
Re^4: How can I access the number of repititions in a regex?
by amarquis (Curate) on Mar 12, 2008 at 03:19 UTC
    Ah, thank you. Sorry, I don't know why I was confusing the two, it doesn't even make sense the way I was thinking about it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 03:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found