Str.strchomp

Removes trailing whitespace from a string. This function doesn't allocate or reallocate any memory; it modifies string in place. The pointer to string is returned to allow the nesting of functions. Also see g_strchug() and g_strstrip().

class Str
static
string
strchomp
(
string string
)

Parameters

string string

a string to remove the trailing whitespace from

Return Value

Type: string

string.

Meta