Regular Expressions 101

Community Patterns

1

amp;

PCRE2 (PHP >=7.3)
subtitui
Submitted by seidao - 17 days ago
1

números html

PCRE2 (PHP >=7.3)
numeros
Submitted by anonymous - 20 days ago
1

select report

PCRE2 (PHP >=7.3)
select report
Submitted by H.Nasirii - 20 days ago
1

One letter in row

PCRE2 (PHP >=7.3)
([a-z])(?!.*\1)
Submitted by anonymous - 25 days ago

Estrazione numeri scheda mail generali

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<!\d)\d{6,7}([^a-zA-Z\d:]+\d{1,2}){0,}(?!\d)+
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 months ago