Go Class: 13 Regular Expressions & Search

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น •

  • @EricOsborne-fy2sw
    @EricOsborne-fy2sw 2 ปีที่แล้ว +3

    Another bug, for the record - your uure regexp will match domains like `---...-.-..---.-.foo`.
    Fantastic class and series, though. I love it!

    • @mattkdvb5154
      @mattkdvb5154  2 ปีที่แล้ว +2

      Which makes my point about being careful with (if not avoiding) regexes!

  • @amerispunk
    @amerispunk 3 ปีที่แล้ว +8

    Matt, your videos are great! I wonder if your future videos could focus on (more) information on topics such as optimization and escape analysis / reducing heap allocations? Zero-GC programming seems to be in vogue for GC languages such as Go & Java. Would be an interesting video topic. Also, one on the use of unsafe pointers perhaps?

  • @JuliaTazin
    @JuliaTazin 8 หลายเดือนก่อน

    Thanks for the course, Matt! Excellent lectures

  • @ovidiuc4
    @ovidiuc4 2 ปีที่แล้ว +2

    The max length for a TLD is 63 characters, so that {2,4} limit would not match a domain ending in .design, or .online for instance.

  • @Lohan_Guedes
    @Lohan_Guedes 11 หลายเดือนก่อน

    Matt I've been watching your videos for a while now and I enjoy them a bunch.
    I know that the slides are opensource, but would you mind if I ware to make a version of this course in another language? for my peers at college?