BDTools Logo

Loading

Logo BDTools

Character Escaper

Escape special characters (;, $, ], \) in your text with escaped sequences. Paste your code in the left panel and click the escape button.

Original Text

Escaped Text

Character Escaping Rules

Character Escaping Information

What are Escape Characters?

(For advanced BDFD users)

Escape characters are used to treat special symbols as plain text instead of triggering functions. This lets your bot return characters like ;, $, ], \ inside your message without breaking the script.

Common escape mappings include:

Example:

$nomention
$sendMessage[[%{DOL}%Hello\; this is pretty cool\; right%{DOL}%\]]

This tool is especially useful when your BDFD scripts include characters that would otherwise break or alter behavior. Escaping ensures safe output and better reliability.

Learn more about escaping at the official BDFD docs.

Note: This is a community-made tool and is not affiliated with BDFD directly.

Terms of Service | Privacy Policy | Contact Us