Skip to content

How to Replace Content in Feed to Post?

Feedzy's Search and Replace feature lets you find and replace words, regex patterns, or wildcards in imported RSS content as part of the Feed to Post import process. Use it to adapt vocabulary, remove unwanted text, or standardize phrasing across imported posts.

📝 Note: The Search and Replace feature is part of the Feed To Post import method in Feedzy RSS Feeds.

In this article

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.

Search and Replace Example

Use Cases

  • ✍️ Adjust vocabulary based on the targeted audience (e.g., replacing "post" with "article") using Text

Dashboard Condition

Dashboard Condition
Replaced 'post' with 'article' 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)*

Regex Example

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]
Was this helpful?