• @MummifiedClient5000@feddit.dk
    link
    fedilink
    English
    3313 days ago

    Regular expressions are not that difficult and coders that refuse to learn them because they “look like line noise” are terrible at their jobs.

    • @tiramichu@lemm.ee
      link
      fedilink
      1413 days ago

      I can write a basic regex independently, but as soon as capture groups or positive/negative lookahead or lookbehind start popping up I’m back to the docs every time.

    • @Ideonek@lemm.ee
      link
      fedilink
      613 days ago

      Not a coder. But knowing basic regex, makes my life so much easier. Even in things like excel.

    • @arrakark@lemmy.ca
      link
      fedilink
      English
      112 days ago

      I’ve always thought that regular expressions are just specifications for state machines. They aren’t that difficult.