Thanks Aaron,
I do understand that, but I'm trying to find a one-line regex pattern that can do this. The user needs to use regexp, and cant loop through or use Like or anything.
The actual use is to import a webpage as a string, and find tags starting with <img and ending in > without alt in the middle anywhere. I'm just having trouble finding the exact pattern to use