Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: regex at word boundary

by QM (Parson)
on Dec 08, 2005 at 05:12 UTC ( [id://515133]=note: print w/replies, xml ) Need Help??


in reply to Re^4: regex at word boundary
in thread regex at word boundary

"must not match nothing"
I understand that at some level, but my brain is yelling "double negative!!". It might be better to say:
(?!) is the negative look-ahead assertion for the null string. Since the null string matches anything and everything (including nothing), (?!) always fails.
[I was tempted to find a symbolic representation for the null string, but I thougt that would only confuse the issue.]

-QM
--
Quantum Mechanics: The dreams stuff is made of

Log In?
Username:
Password:

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

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

    No recent polls found