cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoLike programming in bashlemmy.mlimagemessage-square185linkfedilinkarrow-up11.68Karrow-down118
arrow-up11.66Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square185linkfedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up11·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.