diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-26 10:40:29 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-16 19:13:23 -0700 |
commit | f2284805aa37a2c7b924bbf556519bdcb3870fd2 (patch) | |
tree | 48cb3e872ec162d3d00a05c7da04345db3926cb4 /regcomp.sym | |
parent | da494bb71ff537bc6276eff25cbb6b674e3d6656 (diff) | |
download | perl-f2284805aa37a2c7b924bbf556519bdcb3870fd2.tar.gz |
regcomp.sym: add clarifying comments
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.sym b/regcomp.sym index 3c9f97c674..f8a959c6ce 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -31,9 +31,9 @@ EOL EOL, no ; Match "" at end of line. MEOL EOL, no ; Same, assuming multiline. SEOL EOL, no ; Same, assuming singleline. BOUND BOUND, no ; Match "" at any word boundary -BOUNDL BOUND, no ; Match "" at any word boundary +BOUNDL BOUND, no ; Match "" at any locale word boundary NBOUND NBOUND, no ; Match "" at any word non-boundary -NBOUNDL NBOUND, no ; Match "" at any word non-boundary +NBOUNDL NBOUND, no ; Match "" at any locale word non-boundary GPOS GPOS, no ; Matches where last m//g left off. #* [Special] alternatives: |