I want to do a Regex.Replace()
to get rid of all the \r\n
between the ul
and /ul
tags. Now I love writing RegEx as much as the next guy, But I can't for the life of me figure out the correct pattern to use. Any one have any idea what the pattern I need to match all instances of /r/n
between the two tags using RegEx?
This is a note I am using to display bullets here are some examples\r\n<ul>\r\n<li>somethign</li>\r\n<li>somthing else</li>\r\n</ul>