Turn a line into a repeatable bracketed format: words and numbers become uppercase while spaces and punctuation stay between them. No extra sales phrases or character dialogue are invented.
The bracket-formatted line will appear here...
These outputs show the complete formatter rule. Every group made of letters or digits is handled independently.
English
big deal now
Translation
[[BIG]] [[DEAL]] [[NOW]]
Each word receives its own pair of double brackets
English
limited offer
Translation
[[LIMITED]] [[OFFER]]
Lowercase source words become uppercase groups
English
hello friend
Translation
[[HELLO]] [[FRIEND]]
The space remains between two bracketed words
English
save 50 today
Translation
[[SAVE]] [[50]] [[TODAY]]
The number is wrapped using the same group rule
English
one more chance
Translation
[[ONE]] [[MORE]] [[CHANCE]]
All three letter groups are uppercased and wrapped
English
buy now
Translation
[[BUY]] [[NOW]]
A short source becomes two formatted groups
| Input segment | Formatter action | Output example |
|---|---|---|
| Letters | Uppercase and wrap | deal → [[DEAL]] |
| Digits | Wrap unchanged digits | 50 → [[50]] |
| Space | Keep outside groups | A B → [[A]] [[B]] |
| Punctuation | Keep outside groups | go! → [[GO]]! |
| Emoji | Keep outside groups | ok 👍 → [[OK]] 👍 |
A match is a continuous sequence containing letters or numbers. Other characters divide or separate those sequences.
The implementation deliberately stops at typography instead of inventing material attributed to a recognizable fictional character.
| Not generated | User responsibility |
|---|---|
| Dialogue | Write the sentence yourself |
| Facts or lore | Verify references independently |
| Offers or prices | Provide your own intended numbers |
| Official attribution | Label fan work honestly |
Use the rule when you already know the wording and only need a consistent visual convention.
Apply the brackets to a line you wrote for an unofficial fan post. The formatter supplies appearance, not authorship or canon.
Create placeholder button or notification copy for a private design draft, then replace it with accessible production wording before release.
Use before-and-after pairs to demonstrate how consecutive letters and digits form matches while punctuation acts as a separator.
Format recurring words the same way across a casual thread without manually adding four bracket characters around every group.
The page separates deterministic typography from character imitation so the result can be understood and reproduced.
The matcher recognizes groups of letters and numbers beyond basic ASCII, then uses the runtime uppercase form of each group.
The output uses ordinary [ and ] characters twice on each side, rather than a special font, image, or hidden markup.
Spaces, punctuation, and emoji stay between matches, allowing users to compare the formatted line with their source.
The tool does not imitate dialogue, predict personality, or claim endorsement from the creator of the referenced game.
Exact behavior for words, numbers, punctuation, and fan attribution.
Check out these related translation and AI tools to enhance your experience
The formatter changes character presentation only; it does not decide what a fictional character would say.
Compose the entire line yourself, including any punctuation. The tool will not add product pitches, prices, links, or dialogue.
Select Add Double Brackets. Each uninterrupted sequence of letters or digits is uppercased and placed inside its own [[ and ]].
Check quotes, apostrophes, hyphens, emoji, and punctuation after conversion because those characters remain outside the matched groups.
Supply the wording, run the visible formatting rule, and compare punctuation and number groups before copying the result.