Add String.reverse method

This commit is contained in:
Yuri Roubinski
2023-06-21 20:40:48 +03:00
parent 28a60b3de0
commit 230385b587
6 changed files with 36 additions and 0 deletions

View File

@@ -627,6 +627,12 @@
Replaces all [b]case-insensitive[/b] occurrences of [param what] inside the string with the given [param forwhat].
</description>
</method>
<method name="reverse" qualifiers="const">
<return type="String" />
<description>
Returns the copy of this string in reverse order.
</description>
</method>
<method name="rfind" qualifiers="const">
<return type="int" />
<param index="0" name="what" type="String" />