cm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agoLike programming in bashlemmy.mlimagemessage-square8linkfedilinkarrow-up13arrow-down10
arrow-up13arrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square8linkfedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up1·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.