String-based Regular Expression Processor
Jump to navigation
Jump to search
A String-based Regular Expression Processor is a language parser that can parse a string-based regular expression.
- Example(s):
- Perl/Perl Regular Expression Processor.
- AWK Utility.
- a JavaScript Regular Expression Processor, such as the one used by http://www.regextester.com/
- See: Graph-based Regular Expression Processor.