Link to home
Start Free TrialLog in
Avatar of jwfranklin
jwfranklin

asked on

Matching a breadcrumb style URL

Hello

I need to do a regex replace of a URL for example:

http://localhost/index.php?page=About_Us&page=Our_Address&page=Map

this needs to be re-written as:

http://localhost/About_Us/Our_Address/Map

Does anyone know how this can be done for multiple instances of page=?

Thanks

Jonathan
ASKER CERTIFIED SOLUTION
Avatar of ddrudik
ddrudik
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jwfranklin
jwfranklin

ASKER

Spot on, that works fine. Thanks
Thanks for the question and the points.