How convert html to BBcode in C#
- by Dmitriy
Hello! I need to convert html text into bbcodes. Where i can find how should i do this? For example, I convert links:
regex = new Regex("<a href=\"(.+?)\">(.+?)</a>");
htmlCode = regex.Replace(htmlCode, "[URL]$1[/URL]");
How can i convert all html tags in bbcodes (and replace to empty which isn't bb codes, tag P