Regular Expressions 101

Community Patterns

1

datime

PCRE2 (PHP >=7.3)
datetime
Submitted by anonymous - 10 hours ago
1

Match paths

PCRE2 (PHP >=7.3)
Match paths
Submitted by os_niko - 7 days ago

White spaces between two white spaces.

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=[ \t])( +)(?=[ \t])
/
s

Description

Loading markdown...
Submitted by jrjmm - 6 months ago