cm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agoLike programming in bashlemmy.mlimagemessage-square187fedilinkarrow-up11.62Karrow-down117
arrow-up11.6Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agomessage-square187fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up12·6 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.