Regular Expression for Getting file urls on webpage
-
hi all, i want to detect all the pdf files link which are downloadable on webpage, i need regular expression for that so that i can detect all the links. can any one here to help me in that issue, i shall be thankful to my friend. Regards, Neo
-
hi all, i want to detect all the pdf files link which are downloadable on webpage, i need regular expression for that so that i can detect all the links. can any one here to help me in that issue, i shall be thankful to my friend. Regards, Neo
-
Hi Neo, i think there is no need for a regular xpression here... just take the string and check whether it ends with .pdf. thats it....
mareers
hi, thanks for your reply, actually my problem is that i have fetched an html of a whole page now i wan to extract .pdf links. i think now you have understand my problem. if you can help me then most wellcome. :)