Category: Development Support version: 0.0.3 release date: 2014-10-24
Simple and easy-to-use PCRE regular expression testing tool.
Feature Introduction
- Two test modes are supported: Replace mode and Match mode, where:
Replace pattern: Replaces the part that conforms to the regular expression with the specified text content (supports back-to-reference)
Match pattern: divided into normal match ( supports capture sub-mode, does not support named sub-mode), match position and length ("P" option), Match object ("O" option)
- For a complete description of the regular replacement and matching of this procedure, see the "AHK Regular expression related documents" series: (a) (b) (iii)
- For a complete PCRE manual, please visit www.pcre.org/pcre.txt
- The program automatically caches the regular expression after the operation to make it easier to call again
- Real-time display of information about replacement or matching operations
Update log
- v0.0.3 (2014-10-24)
- Updated UI interface for simpler and more compact
- Extender functionality, support for more complex regular expression testing
- v0.0.2 (2014-6-12)
- Optimize program code, more stable and fast, and reduce program error rate
Download
Regextester | Regular expression (PCRE) simple test tool