pesky reDOS and python 3.11 (intermediate) anthony explains

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 6

  • @virtualraider
    @virtualraider 10 месяцев назад +10

    A developer has a problem. They try to solve it with Regex. Now, they have two problems 😂

  • @mrswats
    @mrswats 10 месяцев назад +14

    Conclusion: avoid regex 😂

    • @jtw-r
      @jtw-r 10 месяцев назад

      Honestly yes, or get a constant-time regex-like alternative.

  • @Gaivs
    @Gaivs 10 месяцев назад

    Dang, I was hoping this would be a video on either running python in msdos or emulating msdos in python...
    Jk, great video!

  • @KurtSchwehr
    @KurtSchwehr 10 месяцев назад

    Thanks for the great video. Do you have a preferred tool for authoring python regex? Long ago I used kodos and then it seemed to die.

    • @anthonywritescode
      @anthonywritescode  9 месяцев назад

      I just write them in the repl. you can't get more accurate than that and many of the online tools are incorrect