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
🚮 Remove specific words: Remove all words starting with "l" using Regex
Search: \bl\w*\b
Replace 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]