sql >> データベース >  >> RDS >> Mysql

preg_replace()が終了区切り文字を見つけられませんか?

    人々はまだこのトピックに反対票を投じているので。 @salatheは質問のコメントで正しかった(ループに戻る..おっと)。

    しかし、ここに答えがあります:

    $emotes = $db->select(['regex', 'class'])->from("emotes")->execute();
    while ($emote = $db->fassoc($emotes)) {
        $body = preg_replace("#{$emote['regex']}#i", "<i class='sprite-emote {$emote['class']}'></i>", $body);
    }
    /* ...other parsing... */
    return $body;
    


    1. SQLServerをSugarCRMに接続します

    2. sqlalchemy.exc.DataErrorを修正する方法:(psycopg2.errors.StringDataRightTruncation)?

    3. MySQLで日時またはタイムスタンプのデータ型を使用する必要がありますか?

    4. エラー1044(42000):データベース'db'へのユーザー''@'localhost'のアクセスが拒否されました