Regular Expression Analyzer - Signal Processing

Regular Expression Analyzer



Introduction

This is a tool to parse and analyze the structure of a regular expression. Currently it implements the Java, JavaScript and most of the Perl regular expression grammar. Just type in the regular expression. The parser will parse it on the fly and produce a tree like representation. Easy to understand. Have fun!

Working Area

Please select your environment: Java JavaScript Perl
Please enter your regular expression:

Parse Result: 
Success!

Notes

Please do not include the leading and trailing slash from your expresson. This utility only parses stuff in between /regex/.
This utility will double escape back slash. This is to make it possible to copy regular expression directly from Java source file to the analyzer. For example, "\\s" will be converted to "\s" before sending to the parser.

Send to a Friend

Just send out the following URL

Development Status

Currently, this utility can analyze Java, JavaScript, and Perl style of regular expressions. Analyzing addtional flavors may be added in the future. Thanks for using the tool!

0 komentar:

Post a Comment

Please give your comments