WebToolsPlanet
Text Tools

Reverse String

Reverse strings for testing, formatting, puzzles, and quick text transformations.

Last updated: May 29, 2026

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What is Reverse String?

Reverse String flips text by Unicode characters, by word order, or by line order. Character mode can keep each line in place while reversing only the characters inside it.

How to Use Reverse String

1

Paste a string.

2

Pick character, word, or line mode.

3

Copy the reversed output.

Common Use Cases

  • Testing parser behavior.
  • Creating puzzle text.
  • Reversing copied line order.
  • Inspecting mirrored strings.

Example Input and Output

Input
hello
Output
olleh

Frequently Asked Questions

Does it handle emoji?
Character mode uses Unicode code points, which is safer than simple UTF-16 reversal for many symbols.
Can I reverse line order?
Yes. Choose the lines mode.
Is processing local?
Yes. The string is reversed in your browser.