Merge pull request #5569 from pkowal1982/capitalize

Update String.capitalize() documentation
This commit is contained in:
Rémi Verschelde 2016-07-06 10:39:33 +02:00 committed by GitHub
commit 9238de4ea9
1 changed files with 1 additions and 1 deletions

View File

@ -37689,7 +37689,7 @@ A similar effect may be achieved moving this node's descendants.
<return type="String">
</return>
<description>
Return the string in uppercase.
Change the case of some letters. Replace underscores with spaces, convert all letters to lowercase then capitalize first and every letter following the space character. For [code]capitalize camelCase mixed_with_underscores[/code] it will return [code]Capitalize Camelcase Mixed With Underscores[/code].
</description>
</method>
<method name="casecmp_to">