4
Heemers
7y

I pitched this crazy sentiment analysis story and it got approved.
Which is great... only now, I have to start learning regular expressions to tokenize my data. Regular Expressions are the worst. 😒

Comments
  • 3
    Regex are cool! Once you get the hang of it you can write them by heart
  • 5
    That's where regexr.com and regex101.com come in handy 😉
  • 3
    A programmer had a problem, so he decided to use regular expressions. Now he has two problems :)
  • 2
    @stryter I swear I didn't get regex until I started using Regexr. Before that I used to check for valid email addresses by parsing the string and checking for the presence and order of certain characters manually. Ended up with functions about 50 lines long 😂😂😂

    School days...
  • 0
    @PenguinRage bro. Don't lie
Add Comment