cheatsheets/regexp.md

13 lines
190 B
Markdown

---
title: Regexp
---
(?P<named_match>...)
(?:invisible group)
(?!negative look-ahead)
(?=positive look-ahead)
(?<!negative look-behind)
(?<=positive look-behind)