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
Find the rightmost occurrence of the given Unicode character in a UTF-8 encoded string, while limiting the search to len bytes.
len
If len is -1, allow unbounded search.
-1
a nul-terminated UTF-8 encoded string
the maximum length of p
p
a Unicode character
NULL if the string does not contain the character, otherwise, a pointer to the start of the rightmost occurrence of the character in the string.
NULL
Find the rightmost occurrence of the given Unicode character in a UTF-8 encoded string, while limiting the search to
lenbytes.If
lenis-1, allow unbounded search.