Regular Expressions 101

Community Patterns

1

amp;

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

números html

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

select report

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

One letter in row

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

url matcher 2.0

-1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?<scheme>[a-z]+:\/\/)(?:(?<username>[^\/:@]+)(?::(?<password>[^\/:@]+))?@)?(?<host>[^\/]+)(?:(?<path>\/[^?#]+)(?:(?<query>[^#]+)?)?(?:#(?<fragment>.*))?)?
/
gm

Description

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