Regular Expressions 101

Community Patterns

1

extract url from html markdown

PCRE2 (PHP >=7.3)
222
Submitted by seocringe - a year ago

Dutch mobile phone number

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(((\\+31|0|0031)6){1}[1-9]{1}[0-9]{7})$
/
i

Description

Loading markdown...
Submitted by anonymous - 3 years ago