Meghana M

Meghana M

  • 1.6k
  • 175
  • 22.6k

Replacing tags with another tag in the text using C# console applicati

Dec 15 2023 6:48 AM

code to replace tags with another tag in the text

1) multiple &nbsp tag ,<p style="text-align:start"> tag should be replaced with blank space 

2)<h1>...<h6> tag should be replaced with strong tag

3) <ol start="4">$,<ol start="NaN"> tag should be replaced with "$" for ordered list and " | " for unordered list


Answers (2)