PregexEval
App information
- Programming Language: Java
- Date: April, 2011
- Category: Text Processing
- Intended Audience: Developers
- User Interface: Java Swing
- License: GNU General Public License version 3.0 (GPLv3)
- App URL: https://sourceforge.net/projects/pregexevaluator/files/PregexEval.zip/download
- Source Code URL: https://sourceforge.net/projects/pregexevaluator/files/SOURCE_PregexEval.zip/download
- OS: Windows, MAC and GNU/Linux
PregexEval is a tiny and a simple regex evaluator.
You type your regex, type a string to match and, for every characters entered you'll see if it matches and also see a full description of the matching.
It's a NFA-based matching as in Perl 5.