How to determine if a string is a link or not?
I'd appreciate it if you could send me an image example or tell me an extension that could do this!
(I am using a translator. The sentences may not be smooth.)
A simple test would be to check for https://
in the string...
You can also use regex: