Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 466 Bytes

File metadata and controls

18 lines (13 loc) · 466 Bytes

Find URLs in text

Home > Find > Plain Text > Find URLs in text

Operation: Find

Format: Plain Text

Name: Find URLs in text

Expression

(?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&@#\/%=~_|$])

Result

Returns a list of URLs inside a plain text.

Live Sample

Test the regular expression!