diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2020-11-23 14:47:11 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-01-26 20:36:12 +0300 |
commit | 38a5d22079832955c4f6aba50441fff8f6bcfa55 (patch) | |
tree | b5fb355e0a3b45b7b56a11b708ed8b1122c2b987 /doc | |
parent | fa498f6105bb18a038210f4c000e1a97b7c86354 (diff) |
Renamed String.ord_at to unicode_at
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/String.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index fcc70d166e..65a5d4c982 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -547,15 +547,6 @@ <description> </description> </method> - <method name="ord_at"> - <return type="int"> - </return> - <argument index="0" name="at" type="int"> - </argument> - <description> - Returns the character code at position [code]at[/code]. - </description> - </method> <method name="pad_decimals"> <return type="String"> </return> @@ -878,6 +869,15 @@ Removes a given string from the end if it ends with it or leaves the string unchanged. </description> </method> + <method name="unicode_at"> + <return type="int"> + </return> + <argument index="0" name="at" type="int"> + </argument> + <description> + Returns the character code at position [code]at[/code]. + </description> + </method> <method name="xml_escape"> <return type="String"> </return> |