@codeexpander/plugin-text 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # Text Tools / 文本工具
2
+
3
+ **EN** — Text utilities: word and character counter, text diff, case converter, regex tester, find & replace, add prefix/suffix, line break manager, remove duplicate/empty/extra lines, em dash replacer. Switch between tools via tabs.
4
+
5
+ **中文** — 文本工具集:字数/字符统计、文本对比、大小写转换、正则测试、查找替换、行首尾加前后缀、换行管理、去重行/空行/多余空格、破折号替换。通过标签页切换不同工具。
6
+
7
+ ## Tools / 工具列表
8
+
9
+ | id | EN | 中文 |
10
+ |----|-----|------|
11
+ | word-counter | Word/Character Counter | 字数/字符统计 |
12
+ | text-diff | Text Diff Checker | 文本对比 |
13
+ | case-converter | Case Converter | 大小写转换 |
14
+ | regex-tester | Regex Tester | 正则测试 |
15
+ | add-prefix-suffix | Add Prefix/Suffix to Lines | 行首尾加前后缀 |
16
+ | line-break-manager | Add/Remove Line Breaks | 换行管理 |
17
+ | find-replace | Find and Replace Text | 查找替换 |
18
+ | remove-duplicate-lines | Remove Duplicate Lines | 去除重复行 |
19
+ | remove-empty-lines | Remove Empty Lines | 去除空行 |
20
+ | remove-extra-spaces | Remove Extra Spaces | 去除多余空格 |
21
+ | em-dash-replacer | Em Dash Replacer | 破折号替换 |