<tfoot id='JnyXR'></tfoot>
  • <legend id='JnyXR'><style id='JnyXR'><dir id='JnyXR'><q id='JnyXR'></q></dir></style></legend>
    1. <small id='JnyXR'></small><noframes id='JnyXR'>

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

        在 PHP 函数中从推文中检索所有主题标签

        时间:2023-09-24
        <tfoot id='8wFLn'></tfoot>

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

            • <bdo id='8wFLn'></bdo><ul id='8wFLn'></ul>

              <small id='8wFLn'></small><noframes id='8wFLn'>

                  本文介绍了在 PHP 函数中从推文中检索所有主题标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想使用 PHP 函数从推文中检索所有主题标签.

                  I want to retrieve all hashtags from a tweet using a PHP function.

                  我知道有人在这里问过类似的问题,但没有提示如何在 PHP 中实现这一点.由于我对正则表达式不是很熟悉,不知道如何编写一个函数来返回推文中所有主题标签的数组.

                  I know someone asked a similar question here, but there is no hint how exactly to implement this in PHP. Since I'm not very familiar with regular expressions, don't know how to write a function that returns an array of all hashtags in a tweet.

                  那么我该怎么做,使用以下正则表达式:

                  So how do I do this, using the following regular expression:

                  #S*w
                  

                  推荐答案

                  $tweet = "this has a #hashtag a  #badhash-tag and a #goodhash_tag";
                  
                  preg_match_all("/(#w+)/", $tweet, $matches);
                  
                  var_dump( $matches );
                  

                  *破折号是标签的非法字符,允许使用下划线.

                  *Dashes are illegal chars for hashtags, underscores are allowed.

                  这篇关于在 PHP 函数中从推文中检索所有主题标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:php 评估后的 PHP file_get_contents 下一篇:如何使用 Twitter API 1.1 获取用户图像?

                  相关文章

                  最新文章

                    <bdo id='4bhI7'></bdo><ul id='4bhI7'></ul>
                  1. <legend id='4bhI7'><style id='4bhI7'><dir id='4bhI7'><q id='4bhI7'></q></dir></style></legend>

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

                    2. <small id='4bhI7'></small><noframes id='4bhI7'>

                      <tfoot id='4bhI7'></tfoot>