Skip to content

Commit

Permalink
remove last traces of lcfirst
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 24, 2012
1 parent 4d51ab7 commit a1a0394
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion S05-regex.pod
Expand Up @@ -252,7 +252,6 @@ Recognized policies include:
lc()
uc()
ucfirst(lc())
lcfirst(uc())
capitalize()

In any case, only the officially matched string part of the pattern
Expand Down
10 changes: 7 additions & 3 deletions S29-functions.pod
Expand Up @@ -19,8 +19,8 @@ Synopsis 29: Builtin Functions

Created: 12 Mar 2005

Last Modified: 25 Jun 2011
Version: 51
Last Modified: 24 Jul 2012
Version: 52

The document is a draft.

Expand Down Expand Up @@ -787,7 +787,7 @@ gmtime, localtime, time
The following functions can now be found in or replaced by something in the String
module.

chop, chomp, index, lc, lcfirst, pack, quotemeta, rindex, split, sprintf, substr, uc,
chop, chomp, index, lc, pack, quotemeta, rindex, split, sprintf, substr, uc,
ucfirst, unpack

=head2 Obsolete Functions
Expand Down Expand Up @@ -842,6 +842,10 @@ This word is banned in Perl 6. You must specify units. In practise, this proba
you want Str.chars(), although it could be Str.bytes(), or even something else. See
S32-setting-library/String for details.

=item lcfirst

Retired due to lack of use case

=item msgctl, msgget, msgrcv, msgsnd

See IPC::SysV
Expand Down

0 comments on commit a1a0394

Please sign in to comment.