G
Guest
Hi all,
I need to match a set of tags:
[tag]stuff[subtag]sflsajfasdl[/subtag]asfkajsldkfj[/tag]
1. Any ideas on the best way to parse such a string?
2. Is there a way for RegEx to do tag matching (i.e. [tag] must have a
[/tag]?)
I need to match a set of tags:
[tag]stuff[subtag]sflsajfasdl[/subtag]asfkajsldkfj[/tag]
1. Any ideas on the best way to parse such a string?
2. Is there a way for RegEx to do tag matching (i.e. [tag] must have a
[/tag]?)