Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-11-26 22:43
Flavor·ECMAScript (JavaScript)

/
(?:http|https):\/\/((?:[\w-]+)(?:\.[\w-]+)+)(?:[\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])?
/
gm
Open regex in editor

Description

https://developer.mozilla.org/es/docs/Web/JavaScript https://www.google.es/webhp?hl=es

Matches:

MATCH 1

  1. developer.mozilla.org

MATCH 2

  1. www.google.es
Submitted by D<OS>