텍스트 Flip
Free online Text Flip generator. 4 flip modes: character reverse, line reverse, word reverse, pure frontend processing.
사용법
기능
- 字符倒序:每个字符位置反转(中文按 Unicode Code Point 处理)
- 行倒序:每行位置反转(最后一行变第一行)
- 单词倒序:按空白切分后反转单词
- 每行单词倒序:每行内单独反转单词,行数不变
활용 사례
- 粘贴文本,选择翻转模式
- 中英文都支持
- 结果可直接复制
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/textflip/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/textflip/schema.json // Step 2: 在浏览器中执行工具逻辑 // 文字翻转 在工具页 JS 中实现