bbcode
How convert html to BBcode in C#
I need to convert html text into bbcodes. Where i can find how should i do this? For example, I convert links:[详细]
2022-12-28 15:58 分类:问答Javascript BBCode Parser recognizes only first list element
I have a really simple Javascript BBCode Parser for client-side live preview (don\'t want to use Ajax for that). The problem ist, this parser only recognize开发者_运维问答s the first list element:[详细]
2022-12-28 13:21 分类:问答How to parse bbcodes safely?
I\'m trying to parse BBcodes in php but i don\'t think my code is safe at all. $Text = preg_replace(\"(\\[color=(.+?)\\](.+?)\\[\\/color\\])is\",\"<span style=\\\"color: $1\\\">$2</span>\[详细]
2022-12-27 01:44 分类:问答vBulletin BBCode on external page
I integrated my vBulletin with custom front page. I\'m wondering, how could I use vBulletin BBcode on tha开发者_运维知识库t page (I\'m displaying some posts there).[详细]
2022-12-23 19:23 分类:问答Matching nested [quote] in using RegExp
I\'m trying to get regexp to match some nested tags. (Yes I know I should use a parser, but my input will be correct).[详细]
2022-12-22 06:33 分类:问答Java IDE Plugin or external tool (ant, maven, standalone) that convert bbcode to javadoc?
I want to format some part of my javadocs with a simpler syntax than the basic html we have to 开发者_运维知识库use (for things like bold and italic, also for paragraph and code).[详细]
2022-12-20 13:09 分类:问答Integrating MarkItUp rich text editor preview with ASP.NET MVC app
I\'m testing out the MarkItUp! rich text editor in a MVC app, and everything is working great with the exception of the preview.In the settings (set.js), there is a previewParserPath property (\"path[详细]
2022-12-18 09:35 分类:问答Regular expressions: Finding BB code in a piece of text
I\'m tryi开发者_Python百科ng to match on \"url\" BB code tag in a random piece of text. Example text:[详细]
2022-12-15 07:52 分类:问答PEAR HTML_BBCodeParser displays backslashes before single and double quotes
I\'m trying out the PEAR HTML_BBCodeParser script on my home server. For some reason, the script displays backslashes () before single and double quotes in the text after being parsed. I\'ve skimmed t[详细]
2022-12-15 02:02 分类:问答BB Code Conversion
I was using str_replace for other bbcodes, but I\'m stuck with the url portion. I need to convert: [url=http://maps.google.com/maps?ie=UTF-8&oe=utf-8&rls=org.mozilla:en-US:official&clien[详细]
2022-12-14 09:45 分类:问答