M
Michel ( Dagnan )
Hi!
I have to collect urls from html files, I to transform relative urls to
absolute, I have to handle for example url beginning with '../' and
'./', which is kind of ennoying (my head hurts because of the
debugging process)
Actually, I test every case using regexp. Maybe you can help me finding
something faster?
Thanks.
I have to collect urls from html files, I to transform relative urls to
absolute, I have to handle for example url beginning with '../' and
'./', which is kind of ennoying (my head hurts because of the
debugging process)
Actually, I test every case using regexp. Maybe you can help me finding
something faster?
Thanks.