cm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agoLike programming in bashlemmy.mlimagemessage-square178linkfedilinkarrow-up11.58Kcross-posted to: programmerhumor@lemmy.ml
arrow-up11.58KimageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agomessage-square178linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up12·11 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.