Regular Expressions 101

Community Patterns

find literal yyyy-mm-dd dates

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\"(\w+\-\w+\-\w+)\"
/
gm

Description

to find usage of magic strings in a codebase

Submitted by anonymous - 9 months ago