Regular Expressions 101

Community Patterns

0

Laugh Match

PCRE2 (PHP >=7.3)
match laugh texts
Submitted by cool66 - a year ago
0

Trim Full Terrestrial Channel

PCRE2 (PHP >=7.3)
.
Submitted by anonymous - a year ago
0

URL

PCRE2 (PHP >=7.3)
scheme host port path query
Submitted by anonymous - a year ago
0

Match Email

PCRE2 (PHP >=7.3)
Matches email.
Submitted by cool66 - a year ago
0

Word

PCRE2 (PHP >=7.3)
match words
Submitted by e - a year ago
0

Word Match

PCRE2 (PHP >=7.3)
Matches Word
Submitted by cool66 - a year ago

AWS Cron regex

0

Regular Expression
PCRE2 (PHP >=7.3)

/
cron\((([0-9]{1,2}|\*)\,?\/?)+\s(([0-9]{1,2}|\*)\,?)+\s(([0-9]{1,2}|\*|\?)\,?)+\s(([0-9]{1,2}|\*|\?|(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))\,?)+\s(([0-9]{1,2}[FL]?|\*|\?|(SAT|SUN|MON|TUE|WED|THU|FRI)\#?[0-9]?)\,?\-?)+\s(([0-9]{1,4}|\*)\,?\-?)+\)
/
gm

Description

Loading markdown...
Submitted by anonymous - a year ago