From 230385b5875643c2e162e6c4d2a27aaef95e1cc8 Mon Sep 17 00:00:00 2001 From: Yuri Roubinski Date: Wed, 21 Jun 2023 20:40:48 +0300 Subject: Add `String.reverse` method --- doc/classes/String.xml | 6 ++++++ doc/classes/StringName.xml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/String.xml b/doc/classes/String.xml index ca8d1d5255..91fc16c6a4 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -720,6 +720,12 @@ Replaces all [b]case-insensitive[/b] occurrences of [param what] inside the string with the given [param forwhat]. + + + + Returns the copy of this string in reverse order. + + diff --git a/doc/classes/StringName.xml b/doc/classes/StringName.xml index 557f94b84a..56406a565d 100644 --- a/doc/classes/StringName.xml +++ b/doc/classes/StringName.xml @@ -627,6 +627,12 @@ Replaces all [b]case-insensitive[/b] occurrences of [param what] inside the string with the given [param forwhat]. + + + + Returns the copy of this string in reverse order. + + -- cgit v1.2.3