Trim unicode whitespace in PHP 5.2

前端 未结 7 1493
隐瞒了意图╮
隐瞒了意图╮ 2020-12-01 09:17

How can I trim a string(6) \" page\", where the first whitespace is a 0xc2a0 non-breaking space?

I\'ve tried trim() and preg_match(\'

7条回答
提交回复
热议问题