{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-04T06:12:50.812Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"text-counter","name":"Text Counter","url":"https://myaitools.net/text-counter"},{"slug":"text-to-decimal","name":"Text to Decimal","url":"https://myaitools.net/text-to-decimal"},{"slug":"lorem-ipsum","name":"Lorem Ipsum Generator","url":"https://myaitools.net/lorem-ipsum"},{"slug":"decimal-to-text","name":"Decimal to Text","url":"https://myaitools.net/decimal-to-text"},{"slug":"text-to-unicode","name":"Text to Unicode Escapes","url":"https://myaitools.net/text-to-unicode"},{"slug":"word-counter","name":"Word Counter","url":"https://myaitools.net/word-counter"},{"slug":"character-counter","name":"Character Counter","url":"https://myaitools.net/character-counter"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://myaitools.net/hex-to-file"}],"kind":"utility","slug":"text-reverse","name":"Text Reverse","description":"Reverse text by character or by word — Unicode-aware so emoji and combining marks stay intact.","longDescription":"Flip a string end-to-end character by character, or reverse the order of words while keeping each word intact. Uses Array.from for splitting so multi-byte Unicode codepoints (emoji, CJK characters) are not torn apart. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["text reverse","reverse text","reverse string","string reverser","text reverser","reverse words","reverse text online","reverse text free","flip text","backwards text","mirror text","unicode reverse","text flipper"],"badge":"Transformer","url":"https://myaitools.net/text-reverse","inputs":[{"type":"text","key":"text","label":"Text","placeholder":"Hello, world!","multiline":true,"monospace":true},{"type":"select","key":"mode","label":"Mode","defaultValue":"characters","choices":[{"value":"characters","label":"Characters"},{"value":"words","label":"Words"}]}],"outputs":[{"key":"result","label":"Reversed","multiline":true}],"invocation":{"webUi":"https://myaitools.net/text-reverse","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}