Regular Expressions 101

Library entries

0
pcre2

Sports Release Regex attempt #1

Yes. Its a thing.
Submitted by anonymous - 8 months ago
0
pcre2

matches 4 or 6 or 8 digit which might be otp

test
Submitted by test - 8 months ago
0
pcre2

InputInteger

InputInteger
Submitted by anonymous - 8 months ago
0
pcre2

hidrologia

qualidade
Submitted by anonymous - 8 months ago
0
pcre2

Celular Brasil

Validar celular do Brasil
Submitted by Paulo Neves - 8 months ago
1
java

phone number middle number parsing

middle number parsing regex
Submitted by anonymous - 8 months ago
0
java

Verify email

Regex for email
Submitted by anonymous - 8 months ago
0
pcre2

Test mail

Email test
Submitted by anonymous - 9 months ago

HTML

Vote

0

Regular Expression
pcre2

/
(?(DEFINE) (?<void>br|img|area|base|col|command|embed|hr|input|keygen|link|meta|param|source|track|wbr|!DOCTYPE) (?<any>[^<>]*+) ) <div \s class="card"> (?P<pair> (?&any) (:? <(?P<v_tag>(?!\/)(?&void))(?&any)> (?:(?&pair) | (?&any))*+ (<\/(?P=v_tag)>)? | <(?P<tag>(?!\/)[^<> ]++)(?&any)> (?:(?&pair) | (?&any))*+ <\/(?P=tag)> ) (?&any) )* <\/div>
/
gmx

Description

Loading markdown...
Submitted by Yubo - a year ago