Ok I need some kind of string function or method to remove something like this.
<head>
fdsfsdfdsfdsf fdsfdsfds
</head>
How would I go about removing the <head> tags and keeping all the other data? Without doing a
Replace(x,'<head>','','ALL') bc this would get really tricky if there were 5 more tags ect. What would be perfect is if I could remove a tag and everything in between it. So I could remove select tags completely.
Thanks for any information
Wes
<head>
fdsfsdfdsfdsf fdsfdsfds
</head>
How would I go about removing the <head> tags and keeping all the other data? Without doing a
Replace(x,'<head>','','ALL') bc this would get really tricky if there were 5 more tags ect. What would be perfect is if I could remove a tag and everything in between it. So I could remove select tags completely.
Thanks for any information
Wes