Regular Expressions 101

Library entries

16
pcre

Cron schedule

Validate cron lines (even the ones commented out)
Submitted by anonymous - 7 years ago
12
pcre

Match Gmail Email

Match Gmail Email
Submitted by Óscar Enríquez - 9 years ago
11
pcre

Codice fiscale

Check "codice fiscale"
Submitted by Luca - 8 years ago
10
pcre

remove comments from php code

no description available
Submitted by anonymous - 8 years ago
10
python

entity

no description available
Submitted by anonymous - 8 years ago
9
pcre

Validate Base64 single-line string

no description available
Submitted by ka. - 10 years ago
9
pcre

Fixo LDN CSP e SEM CSP

no description available
Submitted by Marcos Müller - 9 years ago

Capture comma separated numbers

Vote

17

Regular Expression
pcre

/
(\d+)[^,]?+
/
gm

Description

Loading markdown...
Submitted by Fernando Nunes - 8 years ago