
Regex Lab .NET
Regex Lab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity...
Regulex is an open-source, regular expression parser and visualizer. It's available online, can be embedded in other websites, or the code can be self-hosted as a...
regulex is an opensource, regular expression parser and visualizer. it's available online, can be embedded in other websites, or the code can be selfhosted as a javascript tool.
features
written in pure javascript. no backend needed. you can embed the graph in you own site through html iframe element. detailed error message. in most cases it can point out the precise syntax error position. no support for octal escape. yes it is a feature. ecmascript strict mode doesn't support octal escape in string,but many browsers still support octal escape in regex. i make things easier. in regulex, decimalescape will always be treated as back reference. if the back reference is invalid, e.g. /\1/?/(\1)/?/(a)\2/,or decimalescape appears in charset(because in this case it can't be explained as back reference, e.g. /(ab)[\1]/), regulex will always throw an error.
regular-expression development-tool visualization-tool regular-expression-visualizer