My Question is .
Any body help me!
Thanks in Adv
Haque
<email removed for your own protection>
Code:
[B]String varText ="<div> <h3> Title </h3> <p>body text details </p> Venue : india Time : 12:10:10 am </div>";[/B] Now I need to do here extracting values and store on diffrent variable from "varText" data extract as a below format! String Title = <h3> Title </h3> String body = <p>body text details </p> String venue = Venue : india String Time = Time : 12:10:10 am
Thanks in Adv
Haque
<email removed for your own protection>
Comment