Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: A refactoring trap

by bart (Canon)
on Aug 17, 2005 at 11:27 UTC ( [id://484368]=note: print w/replies, xml ) Need Help??


in reply to A refactoring trap

You don't have to use /[#]/x, you can use /\#/x just as well; just like you more or less have to use /\ /x in order to be able to match a space.

Replies are listed 'Best First'.
Re^2: A refactoring trap
by Anonymous Monk on Aug 17, 2005 at 11:57 UTC
    /[ ]/x matches a space as well.
      But the regular expression engine is more likely to be able to optimize a literal character as opposed to a character class.
        That's true. Pity noone has written an optimizer-optimizer which translates one character character classes to literal characters.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found