cheatsheets/regexp.md

14 lines
206 B
Markdown

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