Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-09 13:27
Flavor·PCRE (Legacy)

/
<input[^>]*\s*(?=[^>]*type\s*=\s*('|"|)Submit\s*(\1))[^>]*\s*(?:value\s*=('|"|)Next\s*(\3))[^>]*>
/
gi
Open regex in editor

Description

Find the <input > tag in html to remove from html

Submitted by anonymous