cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoLike programming in bashlemmy.mlimagemessage-square187linkfedilinkarrow-up11.66Karrow-down116
arrow-up11.64Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square187linkfedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up10·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.