You can do that already with PCRE2 and a lookbehind:

  echo abcedc|ggrep --color -P '(?=b)c'



Reply via email to