Qurak

InsertLinebreaks

可用

Inserts line breaks into a string so that each line is at most a given number

InsertLinebreaks["string"]
InsertLinebreaks["string", n]
InsertLinebreaks["abcdefgh", 3] → abc def ghInsertLinebreaks["hello world foo bar", 7] → hello world foo barInsertLinebreaks["abc", 5] → abc

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用