Title |
Test
Find
Pattern Title
|
Expression |
(?<attributeName>\w+?)=
(\"+(?<attributeValue>[\w\.\s\:\;\/\\@\-\=\&\?]*)\"+|
(?<attributeValue>[\w\.\:\;\/\\@\-\=\&\?]*)?) |
Description |
This pattern match all attributes,with or without double quote.
Don't match attributes with spaces and without double quote and without value |
Matches |
href=http://www.someserver.com?id=5&name=charlie | alt="some description" | style=&quo |
Non-Matches |
<option selected> |
Author |
Rating:
Francesco Smelzo
|
Source |
|
Your Rating |
|
Title: Doesn't work!
Name: Dan
Date: 5/6/2005 10:01:23 AM
Comment:
This does not work, doesn't match META content, 'on' jscript attribs or many href attribs!!