UtilitySansar
पाठ

BBCode to HTML

Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.

टूल सारांश

यो टूलले संरचित इनपुट लिन्छ र सर्भर अपलोड बिना ब्राउजरमै निर्धारित आउटपुट दिन्छ।

टूलको नाम
BBCode to HTML
इनपुट उद्देश्य
बदल्न, प्रमाणीकरण गर्न वा विश्लेषण गर्न स्रोत सामग्री प्रदान गर्नुहोस्।
आउटपुट उद्देश्य
कपी, पुन: प्रयोग वा डिबगिङका लागि उपयुक्त सामान्यीकृत आउटपुट प्राप्त गर्नुहोस्।
उदाहरण इनपुट
[b]Hello[/b], visit [url=https://example.com]Example[/url]!
उदाहरण आउटपुट
<strong>Hello</strong>, visit <a href="https://example.com">Example</a>!

Preview

Rendered HTML, sanitized.

Welcome


This text is bold, italic, and underlined.

AliceForums never die — they just become BBCode tutorials.


A bullet list:
  • First item
  • Second item with a link
  • Third item



function hi(name) {
  return "Hello, " + name;
}
Raw HTML in your input is escaped — only known BBCode tags become real HTML.

टूल परिचय

Convert classic forum BBCode like [b], [url], [img], [quote], and [code] into clean, safe HTML. Handles nested tags and lists.

टूल अवलोकन

BBCode is the markup language used by phpBB, vBulletin, and similar forum software. This tool maps the most common BBCode tags to their HTML equivalents — bold, italic, underline, links, images, lists, code blocks, and quotes — while escaping any raw HTML in the input so the output is safe to render. Color and size tags are converted to inline styles. Unsupported or malformed tags are left as plain text instead of producing broken HTML.

प्रयोगका केसहरू

  • Migrate forum posts from phpBB or vBulletin to a modern HTML CMS.
  • Render BBCode pasted into a chat or feedback widget.
  • Pre-process legacy BBCode archives for indexing.

इनपुट/आउटपुट उदाहरण

इनपुट उद्देश्य
[b]Hello[/b], visit [url=https://example.com]Example[/url]!
आउटपुट उद्देश्य
<strong>Hello</strong>, visit <a href="https://example.com">Example</a>!

अक्सर सोधिने प्रश्नहरू

Is the output safe to drop into a page?+
Yes. Raw HTML in the input is escaped, and only a known allow-list of tags is converted to real HTML.
Which tags are supported?+
b, i, u, s, url, img, color, size, quote, code, list, *, h1–h6, center, and br. Unknown tags are left as plain text.
Does it handle nested tags?+
Yes. Inline tags can be nested inside one another and inside block tags like [quote] and [list].

थप टूलहरू अन्वेषण गर्नुहोस्

श्रेणीमा सम्बन्धित उपयोगिताहरू पत्ता लगाउनुहोस् पाठ तल।

सबै पाठ ब्राउज गर्नुहोस्

सम्बन्धित टूलहरू

तपाईंलाई काम लाग्न सक्ने सावधानीपूर्वक छानिएका उपयोगिताहरू