cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoLike programming in bashlemmy.mlexternal-linkmessage-square185linkfedilinkarrow-up11.69Karrow-down119cross-posted to: [email protected]
arrow-up11.67Karrow-down1external-linkLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square185linkfedilinkcross-posted to: [email protected]
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.