Bugs: Browse | Submit New | Admin

[#181] Narrow/Widen with HTTP urls

Date:
2003-11-19 17:06
Priority:
3
Submitted By:
Derek Lewis (lewisd)
Assigned To:
Derek Lewis (lewisd)
Category:
Songlist Management
State:
Open
Summary:
Narrow/Widen with HTTP urls

Detailed description
Narrowing doesn't work with "http://" urls.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2003-11-20 19:37
Sender: Derek Lewis

Logged In: YES 
user_id=438

Something with gsub regexp stuff maybe:
([^/]/+){x}
x=1 would be [^/]/+
x=2 would be [^/]/+[^/]/+
The "/+" bit should match the "//" in http://
urls
x would be the number of url/path "parts" to use

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
assigned_tonone2003-11-20 19:37lewisd