Regular Expressions 101

Community Patterns

0

email

PCRE2 (PHP >=7.3)
........
Submitted by ramses - 2 years ago
0

Comentarios en Basic

PCRE2 (PHP >=7.3)
.
Submitted by anonymous - 2 years ago
0

Validar email

PCRE2 (PHP >=7.3)
.
Submitted by anonymous - 2 years ago
0

Text Search

ECMAScript (JavaScript)
Text Search
Submitted by anonymous - 2 years ago

Used to search last occurence of a string and trim it to the required digits

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(R[0-9][0-9][0-9][0-9][0-9](?=\w+$))
/
gm

Description

Loading markdown...
Submitted by Sri - 2 years ago