Skip to content

walterfan/regex_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

It is a small tool to write and validate regluar expression that I wrote long long time ago.

It's useful to me and someone may like it, so I extract it from old code repo and build it to a standalone tool.

Please star it if you like it.

Please raise git issue if you want new functions, or you can submit a PR to enhance it by yourself.

Thanks, Walter

How to use it?

  1. clone this repo

  2. cd regex_helper

  3. compile and package, JDK is required

mvn clean package
  1. run it
# windows
./target/regex_helper.exe
# macos or linux
./target/regex_helper

About

A GUI tool for regular expression composing and verification

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published