Need a way to convert incomplete URLs to usable ones, e.g. "/Foo/Bar" to "example.com/Foo/Bar".
The process needs to identify these URLs and convert them without affecting the currently complete URLs.
Possibly think about seperating out classes with RegEx that will return these URL types?
Need a way to convert incomplete URLs to usable ones, e.g. "/Foo/Bar" to "example.com/Foo/Bar".
The process needs to identify these URLs and convert them without affecting the currently complete URLs.
Possibly think about seperating out classes with RegEx that will return these URL types?