Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct Match.start/Match.end -> Match.from/Match.to
  • Loading branch information
hoelzro committed Mar 14, 2013
1 parent 2249907 commit 8efa3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S28-special-names.pod
Expand Up @@ -161,8 +161,8 @@ If a column has a "-" in it, it means that item is unavailable in that version o
$+ - But info can now be retrieved from $/
$^N $*MOST_RECENT_CAPTURED_MATCH ...or some such.
or $/[*-$n] ...or omit
@- $1.start, etc
@+ $1.end, etc.
@- $1.from, etc
@+ $1.to, etc.
%! -
$[ - This feature has been removed
$* - Deprecated long ago
Expand Down

0 comments on commit 8efa3ac

Please sign in to comment.