1. <small id='ojiI7'></small><noframes id='ojiI7'>

      <tfoot id='ojiI7'></tfoot>

      • <bdo id='ojiI7'></bdo><ul id='ojiI7'></ul>
    2. <legend id='ojiI7'><style id='ojiI7'><dir id='ojiI7'><q id='ojiI7'></q></dir></style></legend>

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

        php从第0个位置替换第一次出现的字符串

        时间:2023-07-31
          <tbody id='LxETq'></tbody>

        <legend id='LxETq'><style id='LxETq'><dir id='LxETq'><q id='LxETq'></q></dir></style></legend>
      1. <small id='LxETq'></small><noframes id='LxETq'>

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

                  本文介绍了php从第0个位置替换第一次出现的字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想在 php 中搜索并替换第一个单词,如下所示:

                  I want to search and replace the first word with another in php like as follows:

                  $str="nothing inside";
                  

                  在不使用substr

                  输出应该是:'里面的东西'

                  output should be: 'something inside'

                  推荐答案

                  使用 preg_replace() 限制为 1:

                  Use preg_replace() with a limit of 1:

                  preg_replace('/nothing/', 'something', $str, 1);
                  

                  用您要搜索的任何字符串替换正则表达式 /nothing/.由于正则表达式总是从左到右计算,这将始终匹配第一个实例.

                  Replace the regular expression /nothing/ with whatever string you want to search for. Since regular expressions are always evaluated left-to-right, this will always match the first instance.

                  这篇关于php从第0个位置替换第一次出现的字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在 PHP 中的变量中用空格替换制表符? 下一篇:用数组php中的空值替换空字符串

                  相关文章

                  最新文章

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

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

                    1. <tfoot id='ii9L8'></tfoot>