20
drekhi
7y

I had to make Google forms but it got boring after sometime (with drag and drop). So, I ended up learning regex. Phew! That was little hard.

Comments
  • 6
    "I had to solve a problem with RegEx. Now I have two problems."

    - some guy on the interwebs
  • 1
    Good for you, regex is very useful
  • 1
    Regex can be dangerous (it's easy to match too broadly or not enough), but it's so powerful.

    I use it by default for IDE and browser searches (Chrome extension).
  • 1
    @bittersweet good word of advice. One should understand the fundamentals before just copy and paste from the web, or you could be in for a surprise.
    A useful website is: https://regex101.com
    And if you want to have some fun:
    https://regexcrossword.com
Add Comment