Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I am using the gsub ('<.*>', ' ', string) command to remove start tags within an ascii string.
However, if there are nested elements within the string, it will remove a whole section from the very first '<' to the very last '>' regardless of the tag.
Is there anyway of just getting it to remove individual start tags from '<' to the next occurance of '>'
I assumed this is what the gsub command should be doing anyway ?
