diff options
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> |