Using Regular Expression
-
Hi, I m trying to extract all the images tags from the HTML page, i tried the below regex pattern, {1} this works fine when the HTML pagesource has tags in the single line.. This patterns fails when the image tag is splitted to two or more lines.. eg..
plz help me. regards, nas
-
Hi, I m trying to extract all the images tags from the HTML page, i tried the below regex pattern, {1} this works fine when the HTML pagesource has tags in the single line.. This patterns fails when the image tag is splitted to two or more lines.. eg..
plz help me. regards, nas
-
Just put the entire HTML file into a string, remove the carriage returns then run your reg expr.
-
hi, thanx for reply.. i tried that too but unfortunately, i get only one match that too a huge line of all the code.. regards, nas
-
hi, thanx for reply.. i tried that too but unfortunately, i get only one match that too a huge line of all the code.. regards, nas
-
that won't work because you can't have 's', 'r' or 'c' before the 'src' portion of your img. Sadly I don't have the answer (I'm trying to understand regex too)
Visual Studio can't evaluate this, can you?
public object moo { __get { return moo; } __set { moo = value; } }
-
that won't work because you can't have 's', 'r' or 'c' before the 'src' portion of your img. Sadly I don't have the answer (I'm trying to understand regex too)
Visual Studio can't evaluate this, can you?
public object moo { __get { return moo; } __set { moo = value; } }