43
gitpush
6y

Just found this website for Regular Expressions:
https://regex101.com/

In-case anyone struggles like I do

Comments
  • 1
    @fuck2code Your welcome, enjoy :D
  • 4
    I use that all the time, it's a GREAT tool!
  • 2
    even if you don't struggle, it's great just for prototyping/testing regex before you put it in code
  • 1
    @mjones44 yup with the loads of information it provides, one can learn regex from it tbh.

    I also like the Code Generators, it comes in handy.

    Just checked it is first version, it was so basic, +1000 for the owner for his awesome work
  • 1
    regexr is decent as well

    There are tons of good regex sites on the internet lol
  • 0
    @Krokoklemme put in your links man, to me I never reached a similar website, most websites I ended up with are just to validate if it was correct and the rest I took from SO lol
  • 1
    Thanks!!!
  • 1
    Is there some good regex generator website where I can put my text then select which part of string I want to extract and it would output required regex?
  • 2
    @zemaits I seriously doubt it
  • 0
    @gitpush i mean, googling it ain't so hard ^^ https://regexr.com

    Pretty neat if you wanna know what's wrong with your expression and how to fix it
Add Comment