How to Replace Content in Feed to Post? โ
๐ Note: The Search and Replace feature is part of the Feed To Post import method in Feedzy RSS Feeds.
| Using the Feature | Use Cases Regex Wildcard |
| Action-Supporting Tags |
๐งฐ Using the Feature โ
1 In the Import wizard, open the Map Content tab.
2 In the Content field, click on the โ sign and select one of the action-supporting tags from the list.
3 In the Actions modal, click on Add new.
4 From the dropdown, select the Search and Replace action.
5 Insert the desired word, regex phrase, or wildcard and its corresponding replacement.
6 Click on Save Actions.

๐ Use Cases โ
- โ๏ธ Adjust vocabulary based on the targeted audience (e.g., replacing "post" with "article") using Text

Dashboard Condition
Replaced 'post' with 'article'
๐ฎ Remove specific words: Remove all words starting with "l" using Regex โ
Search: \bl\w*\bReplace with : *(Leave empty to remove the words)*

โญ Match and replace variations of a phrase using Wildcard โ
Scenario: โ
Replace occurrences of WordCamp followed by a location and year (e.g., WordCamp India 2025) with a generic term like Event.
Wildcard Syntax: โ
Search: WordCamp * 2025
Replace with: Event

๐ Action-Supporting Tags โ
- [#item_content]
- [#item_full_content]
- [#item_description]
- [#item_categories]
- [#item_title]