Regular Expressions 101

Community Patterns

11

Codice fiscale

PCRE (PHP <7.3)
Check "codice fiscale"
Submitted by Luca - 8 years ago
1

Youtube ID

PCRE (PHP <7.3)
get youtube video ID
Submitted by anonymous - 8 years ago

Simple @user replacement

2

Regular Expression
PCRE (PHP <7.3)

/
((?:(?<=\s)|)@(\w+))
/
gi

Description

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