Text Processing
快速从一个或多个文本行中移除前缀
text-remove-prefix-linesText Processing
快速从一个或多个文本行中移除前缀
text-remove-prefix-textText Processing
快速从文本中的所有单词移除任何前缀
text-remove-prefix-wordsText Processing
快速从一个或多个文本行中移除后缀
text-remove-suffix-linesText Processing
快速从文本中所有单词的末尾移除任何后缀
text-remove-suffix-wordsText Processing
快速移除出现在每个单词前后的模式
text-remove-symbols-wordsData Processing
将多个YAML文件合并成一个文件,支持多种合并策略(深度合并、覆盖合并等)
yaml-mergerText Processing
将各种文本格式转换为CSV,具有可自定义的解析选项
text-to-csvFormat Conversion
将各种文本格式转换为Excel,支持自定义解析和格式化选项
text-to-excelFormat Conversion
将各种文本格式转换为JSON,支持自定义解析选项
text-to-jsonFormat Conversion
将各种文本格式转换为XML,支持自定义结构和格式化选项
text-to-xmlText Processing
快速在文本中的单词中插入随机字母
text-random-letter-inserter