summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-26 22:55:26 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-28 21:09:48 +0000
commitb85d18e97b6ae9e0cc168f99b999fd3fd33104bd (patch)
treefba77924a69fae7095030b314eb5e20f98b74006 /regcomp.sym
parentb174585de5ccc9973ba572393b2b34e1a6a5b749 (diff)
downloadperl-b85d18e97b6ae9e0cc168f99b999fd3fd33104bd.tar.gz
applied patch, tweaked doc, and regen regnodes.h
Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] \z in RE p4raw-id: //depot/perl@1250
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym
index aa18d119cc..9775b9374d 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -11,6 +11,7 @@ SUCCEED END, no Return from a subroutine, basically.
BOL BOL, no Match "" at beginning of line.
MBOL BOL, no Same, assuming multiline.
SBOL BOL, no Same, assuming singleline.
+EOS EOL, no Match "" at end of string.
EOL EOL, no Match "" at end of line.
MEOL EOL, no Same, assuming multiline.
SEOL EOL, no Same, assuming singleline.