Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to replace in one regexp

by vitoco (Hermit)
on Sep 30, 2009 at 16:27 UTC ( [id://798387]=note: print w/replies, xml ) Need Help??


in reply to How to replace in one regexp

my $path = $1 if $target =~ m!^([^?]*?/)?([^/\?]*)(\?(.*))?$!;
  • $1 : path
  • $2 : file or script name
  • $3 : query string
  • $4 : query string without leading "?"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-25 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found