I want to make a regex to change strings from one thing to another.
I want to make it leave absolute links alone, but change relative links to absolute ones, I could do it the other way around (look for the [url]http://[/url] [whatever] and delete it up to the last slash) but I can't figure out how to do it the other way.
How would I do this kind of regex?
KITTfan2K