artemanufrij / regextester

An elementary OS app
https://artemanufrij.github.io
38 stars 10 forks source link

Removed deprecated methods...Added support for global, ignore case, dot all flags...Fixes #20...Fixes #23 #24

Open devhammed opened 4 years ago

devhammed commented 4 years ago

I discovered this app that you can use to test Regular Expressions and of course, I know there is RegexTester.com but I needed something that I can work offline.

The app supports basic things but they are not up to what I need and I dedicated time today to add all the features of RegexTester.com (except substitutions, I don't use it).

I also added other minor features like restoring the flags settings when you reopen the app, removed deprecated GTK methods etc.

I am already using my own build, hopefully, you will merge it so that others can enjoy the new features too.

Before:

Screenshot from 2020-05-06 22-00-59

After:

Screenshot from 2020-05-06 22-02-55

Restoring Regex Pattern and Text:

Kazam_screencast_00000 mp4

Fixes: #20 Fixes: #23