Regular Expressions 101

Community Patterns

my TODOs in IntelliJ

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?i)\btodo\b.*(?i)\bjundan\b.*
/
gm

Description

looks for TODO followed by jundan. Ignoring capitalization.

Submitted by Daniel Jr - 2 years ago