• lad@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 days ago

    Probably, because in production there are really few things that are best done with regex. Most use I had for regex in production is filling in data from user-provided files with specifically crafted names, and even there there was some guesswork because of errors in naming, and the same thing may have been achieved without regex by splitting and/or iterating