cm0002@lemmy.world to Programmer Humor@programming.dev · 8 个月前Like programming in bashlemmy.mlimagemessage-square185fedilinkarrow-up11.69Karrow-down118cross-posted to: [email protected]
arrow-up11.67Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 个月前message-square185fedilinkcross-posted to: [email protected]
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up12·8 个月前(?=) 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.