Regular Expressions 101

Community Patterns

extract url from a text where URL is in the end of the string

0

Regular Expression
ECMAScript (JavaScript)

/
https:\/\/[\s\S]*
/
g

Description

extract url from a text where URL is in the end of the string

Submitted by Kumar - 7 years ago