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

Unrecognized escape \Q passed through in regex

by Articuno (Beadle)
on Jan 26, 2006 at 18:12 UTC ( [id://525794]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Unrecognized escape \Q passed through in regex; marked by <-- HERE 
    +in m/\b\Q <-- HERE Renata\E\b/ at -e line 1.
    Unrecognized escape \E passed through in regex; marked by <-- HERE 
    +in m/\b\QRenata\E <-- HERE \b/ at -e line 1.
    
  2. or download this
    # ...
    print STDERR "/$regexp/\n";
    $throw_away = ($window =~ /$regexp/ism) ? 'TRUE' : 'FALSE';
    # ...
    
  3. or download this
    /\b\QRenata\E\b/
    

Log In?
Username:
Password:

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

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

    No recent polls found