cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoLike programming in bashlemmy.mlimagemessage-square168linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square168linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up0·3 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.