Regex: IMG TAG
As i said before, i wanna share my Regex code, to catch the file name in HTML IMG TAG. Let me explain why i create this Regex code. I have IMG TAG that i need to catch only the file name. I don’t care about other attribute (ex. border=”0″) all i want just the file name inside the src attribute (ex. src=”file/path/i_want_this.jpg“); Read the rest of this entry »
