Regular Expressions 101

Community Patterns

0

\D

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\d

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\S

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\s

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

.

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

Youtube video id from link

0

Regular Expression
PCRE (PHP <7.3)

@
(?<=videos\/|v=|youtu\.be\/)([\w-]+)
@
g

Description

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