इस टूल में कोई समस्या है?
«टेक्स्ट रिवर्सर ऑनलाइन» के बारे में
यह टूल किसी भी टेक्स्ट स्ट्रिंग को उल्टा करता है — अक्षर दर अक्षर, शब्द दर शब्द, या रेखा दर रेखा, यह आपके चुने हुए मोड पर निर्भर करता है। उल्टाकरण पूरी तरह से ब्राउज़र में होता है।
अक्षर-स्तरीय उल्टाकरण "hello world" को "dlrow olleh" में बदलता है। शब्द-स्तरीय "world hello" उत्पन्न करता है।
पहेलियों और कोड गोल्फ, palindrome परीक्षण बनाने, और कभी-कभी बहुत सरल टेक्स्ट अस्पष्टीकरण के लिए उपयोग किया जाता है।
इस टूल का उपयोग कैसे करें
How to reverse text
Paste the text
Put any text into the Text field, including emoji and non-Latin scripts.
Note unicode handling
The reverser iterates by Unicode code points (not bytes), so emoji and multi-byte glyphs reverse as single units. Grapheme clusters (flag emoji, ZWJ sequences) can still split.
Press Run
The result is the input with character order reversed. "hello" becomes "olleh".
Sanity-check by re-reversing
Reversing the output should return the original input — useful for verifying that unicode survived intact.