cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoLike programming in bashlemmy.mlimagemessage-square185fedilinkarrow-up11.68Karrow-down119
arrow-up11.66Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square185fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up12·1 year 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.