Regular Expressions 101

Community Patterns

webforms detection

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^<(?i)(?:input|textarea|\\w{0,}TextBox|\\w{0,}Field).*(?:name|id)=(?:\"|\')\w+(?:\"|\').*
/
gm

Description

Rule to identify web form collections

Submitted by Pandurang Patil - 10 months ago