Displaying page
of
pages;
Items to
Title |
Test
Details
replace html tags with valid xhtml
|
Expression |
(<input )(.*?)(>)
|
Description |
Finds all <input attrib1="value1" attrib2="value2" ... > tags. You can make it end with "/>" for xhtml compatibility replacing with the expression "<input $2 />". You can repeat it with other tags like <img /> or <br / >
|
Matches |
<input attrib1="value1" attrib2="value2" >
|
Non-Matches |
any other tag
|
Author |
Rating:
Not yet rated.
Mauricio Venanzoni
|
Displaying page
of
pages;
Items to