From 38a5d22079832955c4f6aba50441fff8f6bcfa55 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Mon, 23 Nov 2020 14:47:11 +0300 Subject: Renamed String.ord_at to unicode_at --- doc/classes/String.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/classes') 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 @@ - - - - - - - Returns the character code at position [code]at[/code]. - - @@ -878,6 +869,15 @@ Removes a given string from the end if it ends with it or leaves the string unchanged. + + + + + + + Returns the character code at position [code]at[/code]. + + -- cgit v1.2.3