Regex101 defines \K functionality as:
\K
resets the starting point of the reported match. Any previously consumed characters are no longer included in the final match
The \K
escape sequence is supported by several engines, languages or tools, such as:
...and (so far) not supported by: