Answers for "regex url starts with"

6

use regex to get urls from string

/(?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&@#\/%=~_|$])/igm
Posted by: Guest on November-04-2020
0

regex starts with

{ "Category" : /^ABC.*/ }
Posted by: Guest on April-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language