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

Time duration format

3

Regular Expression
PCRE (PHP <7.3)

/
^(\d{1,2}[h])$|^(\d+[m])$|^((\d{1,2}[h])\s((([0]?|[1-5]{1})[0-9])[m]))$
/
i

Description

Loading markdown...
Submitted by Pooja Khorjuvekar - 8 years ago