phpを使用して2つの単語間のコンテンツを置き換えようとしています。2つの単語の内容が異なるため、従来のstr_replaceを使用できません。たとえば、次の2つの単語の間でコンテンツを置き換えたいと思います。
I would like to replace **some string of text** between two words
への変更:
I would like to replace between two words
「some」と「text」の間のすべての文言を削除したことがわかります。この場合も、2つの単語間のテキストが異なる可能性があるため、通常のstr_replaceを使用できません。たとえば、次のようになります。
I would like to replace **some words of text** between two words
への変更:
I would like to replace between two words