cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoLike programming in bashlemmy.mlexternal-linkmessage-square9linkfedilinkarrow-up110arrow-down12cross-posted to: programmerhumor@lemmy.ml
arrow-up18arrow-down1external-linkLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square9linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up1·1 year 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.