I have a string which contain tags in the form < tag >. Is there an easy way for me to programmatically replace instances of these tags with special ascii characters? e.g. replace a tag like '< tab >' with the ascii equivelent of '/t'?
I have a string which contain tags in the form < tag > .
Share
1 Answer