TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Reverses all of the bytes in a string. For example, g_strreverse ("abcdef") will result in "fedcba".
g_strreverse ("abcdef")
Note that g_strreverse() doesn't work on UTF-8 strings containing multibyte characters. For that purpose, use GLib.utf8_strreverse.
g_strreverse()
the string to reverse
the string, reversed in place
string
Reverses all of the bytes in a string. For example,
g_strreverse ("abcdef")will result in "fedcba".Note that
g_strreverse()doesn't work on UTF-8 strings containing multibyte characters. For that purpose, use GLib.utf8_strreverse.