Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: You don't always have to use regexes

by petdance (Parson)
on Feb 25, 2005 at 03:02 UTC ( [id://434347]=note: print w/replies, xml ) Need Help??


in reply to Re: You don't always have to use regexes
in thread You don't always have to use regexes

Yes, but that check for "\n" is really irrelevant. It's required to be functionally identically, but not semantically.

Semantics are the real issue here. The regex is saying "Do you have a string that matches the beginning of the string, then t, r, u, e and then the end of the string", and the compare is saying "Is the string the word 'true'?"

"Is this the word I want" is the real intent.

xoxo,
Andy

  • Comment on Re^2: You don't always have to use regexes

Replies are listed 'Best First'.
Re^3: You don't always have to use regexes
by ysth (Canon) on Feb 25, 2005 at 04:01 UTC
    My point was that that is not what the regex is saying. Just my own personal bonnet-bee, but people misinterpret $ way too often, and I feel it deserves publicity whenever it comes up.

Log In?
Username:
Password:

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

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

    No recent polls found