2
2 Comments

Released the first version of regex generator

Hi IH

Just released the first version of https://regex-helper.space/ (regex generator by examples)

In my work, I often have to create new regexes and some of them are not so easy.
And I decided to create a regex generator only by examples without manual coding.

Now It supports simple patterns and structures to generate regular expressions.

I will be grateful for your feedback.

on February 25, 2020
  1. 1

    Awesome job. It will be really useful to me. Negative/positive lookahead/lookbehind would be super useful, is this on your plan?

    1. 1

      Thank you @coder322
      As you see, negative lookahead in a simple version is already there.
      Others are in progress.
      It would be helpful if you could create issues on Github with examples you want.