Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
\s(type|name|value)=(?:(\w+)|(?:"(.*?)")|(?:\'(.*)\'))
|
Description |
Returns the three most important attributes from an HTML <input> tag: 'type', 'name' and 'value'. Supports attribute values that are double- or single-quoted or unquoted. Returns four references, the first being the name of the attribute, and the other three being the value, of which only one will be populated based on the way the value was quoted.
|
Matches |
<input type="text" value='somevalue' name=fred>
|
Non-Matches |
Any attributes that aren't "type", "name", or "value"
|
Author |
Rating:
Carey Bishop
|
Displaying page
of
pages;
Items to