Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 48af140e234f252242d3ed6224b2b1a15a748185
https://github.com/perl6/specs/commit/48af140e234f252242d3ed6224b2b1a15a748185
Author: TimToady <[email protected]>
Date: 2015-01-05 (Mon, 05 Jan 2015)
Changed paths:
M S02-bits.pod
Log Message:
-----------
Mention unspace disallowed in regex (except \#)
The current engine disallows unspace in regexex as too ambiguous.
This is fine for actual whitespace, but is counterintuitive when people
try to backslash the # character. So \# is now specifically allowed
to match a literal # character.