Regular Expressions 101

Community Patterns

0

\w

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

\D

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

\d

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

\S

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

\s

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

.

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

Remove Corrupt indents

0

Regular Expression
PCRE (PHP <7.3)

/
(([[:alnum:]][[:punct:]]\t))*(([  ])*)((.)*)
/
g

Description

Loading markdown...
Submitted by anonymous - 7 years ago