Merge branch 'jk/strbuf-tolower'
* jk/strbuf-tolower: strbuf: add strbuf_tolower function
This commit is contained in:
@ -134,6 +134,10 @@ Functions
|
||||
|
||||
Strip whitespace from the beginning of a string.
|
||||
|
||||
`strbuf_tolower`::
|
||||
|
||||
Lowercase each character in the buffer using `tolower`.
|
||||
|
||||
`strbuf_cmp`::
|
||||
|
||||
Compare two buffers. Returns an integer less than, equal to, or greater
|
||||
|
Reference in New Issue
Block a user