Am trying to get the SRC attribute of a IMG tag. This works, except when there is a space in the filename. See this URL.. (copy and paste into browser)
This is the pattern I am using. How do I allow for the possibility of a space in the filename?
/src=[\'"]?([^\'" >]+)[\'" >]/
This is the pattern I am using. How do I allow for the possibility of a space in the filename?
/src=[\'"]?([^\'" >]+)[\'" >]/
