375

Improvise. Adapt. Overcome.

Comments
  • 1
    Yeah you should probably just learn regex. You don't have to learn more than what you need to use
  • 3
    The YT-Algo recently served me a video about Regex and now I know the basics. Not as hard as I thought.
    Maybe I will switch from 'startsWith', 'endsWith' and 'split' to just 'match' and 'find'.
  • 13
    My friend hardcoded users emails in the form validator to avoid his regex...
  • 2
    I hate regex
  • 0
    Even drinking your own piss wouldn't as bad.🙈 (not implying that I've tried... drinking my own piss that is 😌).
  • 6
    I love regex. Then again I understand regex.

    You should really learn regex.
  • 0
    no...just.....no
  • 1
    When I saw regex first I was terrifed by it :D . But now I love it.
  • 3
    I love writing regex expressions.. idk why but I find it so satisfying when they work. :)
  • 2
    Regexp? is l(ov|if)e
  • 1
    There are cases where you should refrain from using RegEx, in .NET code for instance. Inefficiency galore.
  • 2
    Run bash! Grep|sed|awk|tr your way through life! Regexes are awesome!
  • 0
    There are a bunch of regex hand manuals on amazon
Add Comment