cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLike programming in bashlemmy.mlimagemessage-square179fedilinkarrow-up11.56Karrow-down116cross-posted to: [email protected][email protected]
arrow-up11.54Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square179fedilinkcross-posted to: [email protected][email protected]
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up10·1 day 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.