正则表达式 – 如何将段落重新包装到某个行长度?

前端之家收集整理的这篇文章主要介绍了正则表达式 – 如何将段落重新包装到某个行长度?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个很大的段落,我需要分成几行,这样每行不得超过100个字符,不得破坏任何单词.我该怎么做呢?我想正则表达式是最好的方法,但我不知道如何.
使用 Text::Wrap.

Text::Wrap::wrap() is a very simple paragraph formatter. It formats a single paragraph at a time by breaking lines at word boundaries. Indentation is controlled for the first line ($initial_tab) and all subsequent lines ($subsequent_tab) independently.

原文链接:https://www.f2er.com/regex/356606.html

猜你在找的正则表达式相关文章