Regular Expressions 101

Community Patterns

Inverse attribute search on elements/components

1

Regular Expression
PCRE2 (PHP >=7.3)

/
<Action(?![^>]*?is=)
/
gm

Description

Finds elements/components without a specific prop/attribute

Submitted by anonymous - a month ago