Meghana M

Meghana M

  • 1.2k
  • 175
  • 19.2k

code to replace tags with another tag in the text using C#

Dec 14 2023 6:35 PM

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 (1)