the original said reggae but i misread it as regex and got this idea lol

original comic artist: thisstupidtwink@insta

  • trem@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    2
    ·
    23 hours ago

    I’ve seen attempts of regex pre-processors, where you’d get some builder API like:

    pattern
      .digits(3)
      .literal(" - ")
    

    Can’t use that in configurations, though, unless you template the configuration, I guess…