Need help with a dynamic string
<li> Content Test 1</li>
.
Looking for regEx solution to replace tags so the final output is
<ul><li>Content Test 1</li></ul>
(Removing &emsp and adding <ul>
while preserving inner content)
Existing solutions work for static content, but I'm dealing with user-generated input.
Thanks in advance!