Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP の preg_replace を使用して、空白のない 100 文字を超える部分文字列を文字列から検索し、何も置き換えません。どうすればこれを達成できますか?
/\s*\S{101}\S*\s*/
これにより、削除されたパーツの周囲の空白も削除されます。