No commit activity in last 3 years
No release in over 3 years
Adds backend search and replace functionality to Radiant CMS!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Find Replace

This extension adds find and replace functionality to the backend of your Radiant CMS based website.

Supports regular expressions and case (in)sensitivity, and a checkbox to also search page field names and page part names. When showing results, you can check which matches you want to update with the replace string. If you are using regular expressions, you can render matches in the replace string. For example, find:

<p class="title">([^</p>]*)</p>

Replace:

<h2>\1</h2>

The results page does not show the actual results, but the pages, snippets and layouts that had at least one match. All the more reason to be extra careful when you use the replace functionality, and even more so when using regular expressions.

Created by Benny Degezelle.