cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agoEscaping a string when passing through multiple toolslemmy.mlimagemessage-square10linkfedilinkarrow-up1207arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up1207arrow-down1imageEscaping a string when passing through multiple toolslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agomessage-square10linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up1·2 months agoI added an expression support to my Automod for Lemmy which can have subexpressions as parameters etc., pretty cool to work with. Except every subexpression needs 2^n-1 slashes where n is the depth level. Fun times writing the expressions.
I added an expression support to my Automod for Lemmy which can have subexpressions as parameters etc., pretty cool to work with.
Except every subexpression needs 2^n-1 slashes where n is the depth level. Fun times writing the expressions.