• yrmp@lemmy.worlddeleted by creator
    link
    fedilink
    arrow-up
    14
    arrow-down
    8
    ·
    2 years ago

    Regex should generally be avoided wherever possible.

        • gwilikers@lemmy.ml
          link
          fedilink
          arrow-up
          6
          ·
          2 years ago

          Yeah, I’ve found myself wasting quite a lot of time thinking of the ‘perfect regex’ for task X only to realise that I could have avoided doing so by simply taking a different approach.