regexr icon indicating copy to clipboard operation
regexr copied to clipboard

Add Lookbehinds to the Cheatsheet

Open Lonniebiz opened this issue 2 years ago • 2 comments

Please add these two entries into the RegEx Cheatsheet? :

  1. (?<=abc) positive lookbehind
  2. (?<!abc) negative lookbehind

Here's where I'm talking about:

cheatsheet

Lonniebiz avatar Oct 17 '21 22:10 Lonniebiz

I attempted to add these myself here: https://github.com/gskinner/regexr/commit/8052afa8545d4bdd49326b9b5f8fc19dded1c8d2

Are there other steps I need to do?

Lonniebiz avatar Oct 17 '21 22:10 Lonniebiz

@Lonniebiz Could you open up a PR with that change? I'd love to have it as well, I always forget.

theblang avatar Sep 19 '23 22:09 theblang