An open API service indexing awesome lists of open source software.

https://2fd.github.io/rust-regex-playground

Web tool to evaluate rust regular expressions
https://2fd.github.io/rust-regex-playground

regex rust

Last synced: 9 months ago
JSON representation

Web tool to evaluate rust regular expressions

Awesome Lists containing this project

README

          

# RUST REGEX PLAYGROUND

Web tool to evaluate rust regular expressions using [rregex](https://github.com/2fd/rregex)

## Preview replacement, find, matches

![find](./src/images/find.jpg)

## Preview named matches

![replace](./src/images/names.jpg)

## Evaluate syntax

![syntax](./src/images/syntax.jpg)

## Detect parse errors

![error](./src/images/error.jpg)