Actions
Feature #28045
closedExtend t3lib_cs::conv_case() for things like ucfirst() and ucwords()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Would allow using ucfirst/ucwords (and similar functions?) also with correct charset-handling.
#28018 is about adding ucfirst for stdWrap, and if conv_case supports ucfirst we should imho use it there as well.
ucwords (capitalize) was already part of stdWrap which could/should then also use conv_case.
Releases: 4.5, 4.6
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
see ::convCaseFirst()
Actions