L
Lucky
hi guys!
here i'm again with an interesting problem.
the problem is,
i've a HTML text like this :
01.%20Bhulado%20%5bWww.Alldesimp3.Info%5d.rm
and i want to parse it like IE or any web browser dose into this:
01. Bhulado [Www.Alldesimp3.Info].rm
but i dont know how can i do this. i tried to use Regular Expression
but as all knows, HTML has very long range of this "%20" kinds (i dont
know what they r called).
can anyone tell me, is there any class or namespace in .net 2.0,
available for parsing such HTML?
i dont know how this web browsers are able to understand this html and
converts the text back into the correct format.
the tools i'm using is :
C#.net 2.0
i would appriciate any help.
Lucky
here i'm again with an interesting problem.
the problem is,
i've a HTML text like this :
01.%20Bhulado%20%5bWww.Alldesimp3.Info%5d.rm
and i want to parse it like IE or any web browser dose into this:
01. Bhulado [Www.Alldesimp3.Info].rm
but i dont know how can i do this. i tried to use Regular Expression
but as all knows, HTML has very long range of this "%20" kinds (i dont
know what they r called).
can anyone tell me, is there any class or namespace in .net 2.0,
available for parsing such HTML?
i dont know how this web browsers are able to understand this html and
converts the text back into the correct format.
the tools i'm using is :
C#.net 2.0
i would appriciate any help.
Lucky