Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Regex capturing

by manoj_speed (Prior)
on Apr 06, 2009 at 13:21 UTC ( [id://755717]=note: print w/replies, xml ) Need Help??


in reply to Regex capturing

In Unix system the double quotes will expand the $1, so you may not get the actual output that you required.

You can use single quotes or escape the $1(in double quotes) to solve this.

But you can also achieve this using this simple method also.(substitute loo with lo (for this requirement/string. But it won't be nice for bigger match)).

--
The wisest mind has something yet to learn.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found