mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
190 B
190 B
title
| title |
|---|
| Regexp |
(?P<named_match>...)
(?:invisible group)
(?!negative look-ahead)
(?=positive look-ahead)
(?<!negative look-behind)
(?<=positive look-behind)