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

original comic artist: thisstupidtwink@insta

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 month 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...

  • source
  • parent