REGULAR EXPRESSIONS
anchors, classes, quantifiers and groups: what a pattern is made of and how it reads, token by token
Built as a memo rather than a table: the thing worth hanging it up for reads across the room, with the full reference in smaller type below it.
Three sizes in one archive — from a sheet on the fridge to a poster on the wall.
Syntax follows ECMAScript regular expressions (ECMA-262); the same core is read by PCRE, Python and Java. Every pattern on this sheet is verified by executing it against the strings shown, not by eye.