列表移除包围字符
逐项移除左右边缘的字面量包围文本;支持单层或重复层、仅左/仅右、字面量输入/输出分隔符、修剪、空项控制、复制与TXT下载。未匹配边缘保持不变。
使用步骤
如何使用
- Paste a list up to 100,000 characters and choose its literal input separator.
- Enter the exact left and right text to remove, then choose one level or every repeated level.
- Unwrap the items, review the result, then copy it or download a text file.
Independent exact edge matching
Left text is removed only when an item starts with it, and right text only when an item ends with it. Either field may be blank, but at least one must contain one to 20 literal characters. An unmatched side remains unchanged; regular expressions are never executed.
One level or every repeated level
Single-level mode removes at most one matching marker from each selected side. Repeated mode keeps removing the same complete marker while it remains at that edge. Optional trimming runs before edge matching and again afterward; empty-item removal applies to the final values. Input is limited to 50,000 parsed items and output to 500,000 characters.
常见问题
你可能还想知道
Will mismatched brackets be removed?
Each side is checked independently. If only the left marker matches, only that marker is removed; the right side remains unchanged.
What does repeated unwrapping remove?
It removes consecutive copies of the same complete marker from an edge. For example, three # characters are all removed when # is the marker.
Can I remove only a prefix or only a suffix?
Yes. Leave the side you do not want to change blank. At least one side must contain text.