Regular Expressions 101

Community Patterns

0

Phone numbers

PCRE (PHP <7.3)
PHP
Submitted by anonymous - 8 years ago

Extract domain and path from video embeds

1

Regular Expression
PCRE (PHP <7.3)

/
src=["|']?((?:https?:\/\/)?(?:www\.)?([^\/]+)([^\?|^"|^'|^\s]*))
/
igm

Description

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