79721352

Date: 2025-07-31 13:36:53
Score: 2
Natty:
Report link

yourstring = "<H>Message Pilcrow</H><H>Testing....</H><Hr/><H>testing in progress...</H>";

Regex rgx = new Regex("<H>|</H>");

string res = rgx.Replace(yourstring, "", 2);

Console.WriteLine(res);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anurag Singh