Regular Expressions 101

Community Patterns

1

comment

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

COMMENT

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

perl

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

find lat longs

PCRE (PHP <7.3)
find lat longs
Submitted by anonymous - 7 years ago
1

video id

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

ex. 2

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

nla

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

html-strip

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

Remove single, but not repeating newlines, except immediately after a period. (xiTWA2/1)

1

Regular Expression
PCRE (PHP <7.3)

/
(?<![\.\n]) ?\n(?!\n)
/
gsm

Description

Loading markdown...
Submitted by Tristan - 2 years ago