trimString
fn
string trimString(string str)Trims leading and trailing whitespace from a string.
Parameters
str | a string |
Returns
A newly-allocated string that must be freed with [glib.global.gfree]
string trimString(string str)Trims leading and trailing whitespace from a string.
str | a string |