cm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agoLike programming in bashlemmy.mlexternal-linkmessage-square185fedilinkarrow-up11.69Karrow-down118cross-posted to: programmerhumor@lemmy.ml
arrow-up11.67Karrow-down1external-linkLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square185fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up12·8 months ago(?=) for positive lookahead and (?!) for negative lookahead. Stick a < in the middle for lookbehind.
(?=)for positive lookahead and(?!)for negative lookahead. Stick a<in the middle for lookbehind.