This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/op_private: update TARGLEX comments.
[perl5.git] / regcomp.sym
index b285647..6908712 100644 (file)
@@ -25,6 +25,7 @@ END         END,        no        ; End of program.
 SUCCEED     END,        no        ; Return from a subroutine, basically.
 
 #* Line Start Anchors:
+#Note flags field for SBOL indicates if it is a /^/ or a /\A/
 SBOL        BOL,        no        ; Match "" at beginning of line: /^/, /\A/
 MBOL        BOL,        no        ; Same, assuming multiline: /^/m