well, it's me again

, so how we seperate "tag" and "contents" in this string
CODE
<tag>contents</tag>

use regex
* note, contents can include tag, like this:
CODE
<tag><other_tag>content</other_tag></tag>
This post has been edited by ngoaho: Jan 11 2010, 11:27 PM