Regular Expressions 101

Community Patterns

1

match url

PCRE (PHP <7.3)
no description available
Submitted by jakub - 7 years ago
1

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

bb-*

PCRE (PHP <7.3)
aaa
Submitted by wyj - 7 years ago
1

header-tags

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

.Net

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

any C-style integer

1

Regular Expression
PCRE (PHP <7.3)

/
(?<sign>[-+]?)(?<value>(?<hex>0x[0-9a-f]+)|(?<oct>0[0-7]+)|(?<dec>[0-9]+))(ul|l|u)?
/
gmi

Description

Loading markdown...
Submitted by Daun Jeong - 8 years ago