You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update String.capitalize() documentation
This commit is contained in:
@@ -37689,7 +37689,7 @@ A similar effect may be achieved moving this node's descendants.
|
|||||||
<return type="String">
|
<return type="String">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="casecmp_to">
|
<method name="casecmp_to">
|
||||||
|
|||||||
Reference in New Issue
Block a user