Changeset 20791 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
06/13/08 20:15:48 (5 months ago)
Author:
Auzon
Message:

[S29] :bb is now :aa and samebase is now sameaccent

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r20722 r20791  
    1313                Mark Stosberg <mark@summersault.com> 
    1414 Date:          12 Mar 2005 
    15  Last Modified: 3 Jun 2008 
    16  Version:       21 
     15 Last Modified: 13 Jun 2008 
     16 Version:       22 
    1717 
    1818This document attempts to document the list of builtin functions in Perl 6. 
     
    11521152(Used by s:ii/// internally, see L<S05>.) 
    11531153 
    1154 =item samebase 
    1155  
    1156  our Str multi method samebase ( Str $string: Str $pattern ) is export 
     1154=item sameaccent 
     1155 
     1156 our Str multi method sameaccent ( Str $string: Str $pattern ) is export 
    11571157 
    11581158Has the effect of making the case of the string match the accent pattern in C<$pattern>. 
    1159 (Used by s:bb/// internally, see L<S05>.) 
     1159(Used by s:aa/// internally, see L<S05>.) 
    11601160 
    11611161=item capitalize