Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 81058c19220179a36f39e3c90f5a342057f943a1
https://github.com/perl6/specs/commit/81058c19220179a36f39e3c90f5a342057f943a1
Author: Larry Wall <[email protected]>
Date: 2011-02-09 (Wed, 09 Feb 2011)
Changed paths:
M S05-regex.pod
Log Message:
-----------
define extensible boundary syntax
The Unicode folks seem to want an extensible boundary syntax with \b,
but we've abandoned \b for boundary, so it's now <|x> for various
values of x. (And <!|x> is the negation, so no need for <|X>.)
<?wb> is now <|w>.