Regular Expressions 101

Community Patterns

-1

text beetween text

Python
no description available
Submitted by karol - 9 years ago
1

test

Python
test
Submitted by test - 9 years ago
1

deine regex

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

Regex to get video ID from Youtube links

1

Regular Expression
PCRE (PHP <7.3)

/
(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/ ]{11})
/
i

Description

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