VB RegExp Replacing Matches - TechRepublic
Question
December 4, 2007 at 02:56 PM
jesse.robertson

VB RegExp Replacing Matches

by jesse.robertson . Updated 18 years, 7 months ago

I am using a regex – ]*> – to locate all ending tags in a variable containing one long string of html. I need to be able to append each ending tag with a line break and load the final results in a textbox. I have been able to test the regex and it works, but I cannot perform the replacement of the end tag with endtag + break: exp: a paragraph tag becomes a paragraph tag+line break

Thanks for anyone’s assistance. Jesse

This discussion is locked

All Comments