Qurak

InsertLinebreaks

Available

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

Topics

Related

All 6300 functions · Use this from an MCP client