Quote:
Originally Posted by oston
I just used this for the search: alt="(.+)" , and while it found all the alt-text , there were other strings that matched the search.
|
alt="(.+)" might match other strings, if the Minimal Match Sigil regex option is deactivated.
The following regex should only match the
alt attribute, even if the Minimal Match option is deactivated.