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;
}
مقدمة الأداة
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?+
Which tags are supported?+
Does it handle nested tags?+
استكشف أدوات أخرى
اكتشف أدوات ذات صلة في الفئة النص أدناه.
أدوات ذات صلة
أدوات منتقاة قد تجدها مفيدة