back
loading skill details...
Split text into multiple lines using a specified delimiter via command-line or file input with no external dependencies.
# cn-split-lines# 文本拆分工具。按照指定分隔符将文本拆分成多行。 ## 使用方法# ```bash python3 scripts/split_lines.py --text "a,b,c" --delimiter "," python3 scripts/split_lines.py --file input.txt --delimiter "|" ``` 纯Python标准库,无需外部依赖。 --- **出品:** AISoBrand|爱索品牌 — AI搜索优化工具 **官网:** https://aisobrand.com **免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
don't have the plugin yet? install it then click "run inline in claude" again.