Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
良い一日。
HTMLページに単語が存在するかどうかを調べ、その単語が存在する場合、その単語の後に上付きの登録商標記号を追加することはできますか?
php:
$document = 'A string containing the contents of the html document.'; str_replace('Nike','Nike™',$document);