How I learned to stop worrying and love Regular Expressions

Comments

Comments are closed.

fmosca at 16:23 on 13 May 2016

Just a bit too quick on some tricky and less known parts (backtracking/lookahead) but a great intro to the basics and tasting of the more advanced features

Teaching regex in one hour was always going to be an ambitious task, but I was happy to learn many new tricks.

Alessandro Lai at 16:54 on 13 May 2016

Explaining regexes is pretty hard, in an hour even worst. The talk was indeed very nice and started from the basics and arriving to pretty advanced stuff.

A very good talk, but I still think there are some reasons to worry. :)

I learned at least four new things and the visualisations worked really well

I learned a couple of things I didn't know about regexes, but still didn't understand the most difficult concepts like lookahead... I would have preferred less time on the basics and more on difficult concepts.

Luca Saba at 19:27 on 14 May 2016

Well, very interesting but...I'm still a little bit worried about regex!

Samuel at 22:14 on 14 May 2016

Simply great

Samuele Lilli at 10:27 on 15 May 2016

I literally falled in love with this talk: I'm neither an expert nor a newbie and I found that this talk (1 hr.) started from very basic concepts, passing through less familiar "rules", arriving to very advanced concepts was really interesting and covered pretty much everything (that is possibile to cover in 1 hr.).
The good thing here was that every type of regex-knower could have been interested.
Final "visual part" was really awesome and helps me a lot to deeply understand what's going on when a regex is evaluated!

I'm not surprised about this: Jordi is one of the best out there!

Andrea Sprega at 11:40 on 15 May 2016

Very interesting and well structured, I loved how Jordi presented one slide after the other in ascending order of "trickiness" without ever being too overwhelming.

daniele orru at 12:08 on 15 May 2016

I learned quite a bit of tricks in this talk, and really enjoyed how the speaker makes it easy to follow him even when explaining some tricky details

Massimo at 12:21 on 16 May 2016

Good intro, but i would discover more "dark corners" of regexp.

Sergey Kibish at 08:23 on 17 May 2016

Learned new thing, like backtracking/lookahead. Liked it!

Thank you Jordi for this useful recap on "regexps" ;)