Tagged Questions
2
votes
10answers
2k views
How to match URIs in text?
How would one go about spotting URIs in a block of text?
The idea is to turn such runs of texts into links. This is pretty simple to do if one only considered the http(s) and ftp(s) schemes; however, ...