I want to find a link like https://stackoverflow.com/questions/37543724/python-regex-for-finding-all-words-in-a-string
in a big string but there are many links and I want all links that starts with https://stackoverflow.com/questions/
the string look like
something https://stackoverflow.com/questions/37543724/python-regex-for-finding-all-words-in-a-string
something
So my question is how can i find an uncompletet string?