On 9/2/05, Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote:
> --- perl/pod/perlfunc.pod.orig  2005-08-30 12:23:17.000000000 -0700
> +++ perl/pod/perlfunc.pod       2005-09-02 05:12:10.841292800 -0700
> @@ -2339,7 +2339,9 @@ =item index STR,SUBSTR
>  the wildcard-like behavior of a full regular-expression pattern match.
>  It returns the position of the first occurrence of SUBSTR in STR at
>  or after POSITION.  If POSITION is omitted, starts searching from the
> -beginning of the string.  The return value is based at C<0> (or whatever
> +beginning of the string.  POSITION before the beginning of the string
> +or after its end is treated as if it were the beginning or the end,
> +respectively.  POSITION and the return value are based at C<0> (or whatever

Thanks, applied as change #25351.

Reply via email to