Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Help with the extraction of a string

  •  01-20-2010, 8:20 AM

    Help with the extraction of a string

    This is my source :

    <div class='main'><div class='box1'>pippo franco<p>topolino</p></div><div class='box2'>susan elena<p>matteo</div></div>

    i'd like to have a regex that can help me to extract from that source only the text between "<div class='box1'>" and the following "</div>", i mean only "pippo franco<p>topolino</p>".

     

    How can i do this with a regex?

    Filed under:
View Complete Thread