Regular Expressions 101

Community Patterns

1

OTP Card payment

Python
no description available
Submitted by anonymous - 8 years ago
1

AsDate

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

4 digits

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

CPS

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

Line feeds to html paragraphs

1

Regular Expression
PCRE (PHP <7.3)

/
[\n\r\0]*(?=\w)(.*)
/
gim

Description

Loading markdown...
Submitted by Bob M - 8 years ago