Regular Expressions 101

Community Patterns

Post Deploy

0

Regular Expression
PCRE (PHP <7.3)

/
[-*] \[[ xX]\] (?![ : ])
/
g

Description

  • Only matches on post deploy tasks/checkboxes
  • Will not match a pattern with a colon (:) in it
Submitted by anonymous - 4 years ago