wordpress/php-fpm/wordpress_files/plugins/search-regex/readme.txt
2020-05-22 01:40:23 +00:00

102 lines
3.4 KiB
Plaintext

=== Search Regex ===
Contributors: johnny5
Donate link: http://searchregex.com/donation/
Tags: search, replace, regex, regular expression, database, post, page
Requires at least: 5.3
Tested up to: 5.4
Stable tag: trunk
Requires PHP: 5.6
License: GPLv3
Search Regex adds a powerful set of search and replace functions to WordPress posts, pages, custom post types, and other data sources.
== Description ==
Search Regex adds a powerful set of search and replace functions to WordPress posts, pages, custom post types, and other data sources. These go beyond the standard searching capabilities, and allow you to search and replace almost any data stored on your site. In addition to simple searches you have the full power of PHP's regular expressions at your disposal.
You can use this to do things like:
- Help migrate a site from one domain to another
- Update URLs in links and images
- Perform site-wide changes
Search Regex handles small and large sites.
== What can I search? ==
You can search:
- Posts
- Pages
- Any custom post type
- Comments (including spam)
- Users
- Meta data
- WordPress options
- Supported plugins (such as Redirection)
Full regular expression support is provided, and you can capture data and use it in the replacement.
== Replace Matched Data ==
Once a match has been made you can replace it with a popup replacer. You can also replace all matches in a database row, and you can replace all matches across your database.
Additionally, if you need to make your change with context of the surrounding content you can use the inline editor to edit the full context.
== Support ==
Please submit bugs, patches, and feature requests to:
[https://github.com/johngodley/search-regex](https://github.com/johngodley/search-regex)
Please submit translations to:
[https://translate.wordpress.org/projects/wp-plugins/search-regex](https://translate.wordpress.org/projects/wp-plugins/search-regex)
== Installation ==
The plugin is simple to install:
1. Download `search-regex.zip`
1. Unzip
1. Upload `search-regex` directory to your `/wp-content/plugins` directory
1. Go to the plugin management page and enable the plugin
1. Configure the options from the `Tools/Search Regex` page
You can find full details of installing a plugin on the [plugin installation page](https://searchregex.com/support/installation/).
== Screenshots ==
1. Search options
2. Inline search and replace
3. Inline editor
== Documentation ==
Full documentation can be found on the [Search Regex](http://searchregex.com/) site.
== Upgrade Notice ==
= 2.0 =
* Entirely new rewrite of the plugin. Requires minimum PHP 5.6.
== Changelog ==
= 2.0.1 - 11th May 2010 =
- Comment title now takes you to comment page
- Improve regex performance when data has large gaps
- Use correct contact address
- Support \1 as well as $1 in regular expression captures
= 2.0 - 9th May 2020 =
- Release version 2.0, a ground-up rewrite
- Handles any size of database without memory issues or server timeouts
- New and responsive UI with inline replacing of individual phrases
- Match replacements are updated in real-time, including regular expressions
- Edit an entire database row with the inline editor
- Supports custom post types
- Groups columns from one database together
- Search in third-party plugins (currently Redirection)
- Improved regular expressions without needing delimiters
= 1.4.16 - 21st Nov 2014 and before to 2007 =
- Old versions