in reply to Understanding Regular Expressions

I can't be of too much help but I will point one thing out. ASP is not HTML and you will need to research the regular expressions needed. The regexps used for HTML will not work for ASP. If you have specific question about a regexp I am sure the perl monks will be happy to work with you. But I don't think anyone will want to write your documentation for you.

Also, I suggest you look at perlretut and perlrequick to set up your documentation. If you get your documentation from someone else you won't understand how to do it and you won't further your understanding of regular expressions either.

xenchu


The Needs of the World and my Talents run parallel to infinity.

Replies are listed 'Best First'.
Re: Re: Understanding Regular Expressions
by Anonymous Monk on Dec 27, 2003 at 01:34 UTC

    Yeah you are quite right ASP is not html but here I mean to the actual resultant output of this link "http://bsewebx.bseindia.com/qresann/announce.asp" which is a html page.

    Thanks
Re: Re: Understanding Regular Expressions
by BUU (Prior) on Dec 26, 2003 at 20:09 UTC
    ASP is not HTML and
    True, but the page he links to *is* html.