<tfoot id='ggfR0'></tfoot>
  • <legend id='ggfR0'><style id='ggfR0'><dir id='ggfR0'><q id='ggfR0'></q></dir></style></legend>

  • <i id='ggfR0'><tr id='ggfR0'><dt id='ggfR0'><q id='ggfR0'><span id='ggfR0'><b id='ggfR0'><form id='ggfR0'><ins id='ggfR0'></ins><ul id='ggfR0'></ul><sub id='ggfR0'></sub></form><legend id='ggfR0'></legend><bdo id='ggfR0'><pre id='ggfR0'><center id='ggfR0'></center></pre></bdo></b><th id='ggfR0'></th></span></q></dt></tr></i><div id='ggfR0'><tfoot id='ggfR0'></tfoot><dl id='ggfR0'><fieldset id='ggfR0'></fieldset></dl></div>
      <bdo id='ggfR0'></bdo><ul id='ggfR0'></ul>

    <small id='ggfR0'></small><noframes id='ggfR0'>

        在 PHP 5.2 中修剪 unicode 空格

        时间:2023-09-22
          1. <legend id='Qy65J'><style id='Qy65J'><dir id='Qy65J'><q id='Qy65J'></q></dir></style></legend>

                <small id='Qy65J'></small><noframes id='Qy65J'>

                <i id='Qy65J'><tr id='Qy65J'><dt id='Qy65J'><q id='Qy65J'><span id='Qy65J'><b id='Qy65J'><form id='Qy65J'><ins id='Qy65J'></ins><ul id='Qy65J'></ul><sub id='Qy65J'></sub></form><legend id='Qy65J'></legend><bdo id='Qy65J'><pre id='Qy65J'><center id='Qy65J'></center></pre></bdo></b><th id='Qy65J'></th></span></q></dt></tr></i><div id='Qy65J'><tfoot id='Qy65J'></tfoot><dl id='Qy65J'><fieldset id='Qy65J'></fieldset></dl></div>
                  <bdo id='Qy65J'></bdo><ul id='Qy65J'></ul>

                • <tfoot id='Qy65J'></tfoot>
                    <tbody id='Qy65J'></tbody>
                  本文介绍了在 PHP 5.2 中修剪 unicode 空格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  如何修剪 string(6) " page",其中第一个空格是 0xc2a0 不间断空格?

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

                  我试过 trim()preg_match('/^s*(.*)s*$/u', $key, $m);.

                  另一个问题:我怎样才能可靠地复制这些字符?它们似乎被转换为正常"空间,这使得调试变得困难.

                  Another question: How can I reliably copy these characters? They seem to be converted to "normal" spaces, which makes it hard to debug.

                  推荐答案

                  preg_replace('/^[pZpC]+|[pZpC]+$/u','',$str);
                  

                  这篇关于在 PHP 5.2 中修剪 unicode 空格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  <small id='372Kp'></small><noframes id='372Kp'>

                    <bdo id='372Kp'></bdo><ul id='372Kp'></ul>
                      <i id='372Kp'><tr id='372Kp'><dt id='372Kp'><q id='372Kp'><span id='372Kp'><b id='372Kp'><form id='372Kp'><ins id='372Kp'></ins><ul id='372Kp'></ul><sub id='372Kp'></sub></form><legend id='372Kp'></legend><bdo id='372Kp'><pre id='372Kp'><center id='372Kp'></center></pre></bdo></b><th id='372Kp'></th></span></q></dt></tr></i><div id='372Kp'><tfoot id='372Kp'></tfoot><dl id='372Kp'><fieldset id='372Kp'></fieldset></dl></div>
                      <tfoot id='372Kp'></tfoot>
                          <tbody id='372Kp'></tbody>

                        • <legend id='372Kp'><style id='372Kp'><dir id='372Kp'><q id='372Kp'></q></dir></style></legend>