cm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agoLike programming in bashlemmy.mlimagemessage-square187fedilinkarrow-up11.55Karrow-down116
arrow-up11.53Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agomessage-square187fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up10·4 days 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.