Archived
1
0
Fork 0

docs/strbuf.txt: added strbuf_rchop

This commit is contained in:
Henrik Hautakoski 2010-11-19 09:10:03 +01:00
parent d1924e5c67
commit c097750262

View file

@ -50,6 +50,10 @@ NOTE: This doesn't shrink the memory block
Removes space characters from the beginning (ltrim) of the ->buf string, the end (rtrim) or both (trim).
`strbuf_rchop()`::
Chops off everything to the right of the rightmost 'ch' encountered in the string.
`strbuf_rev()`::
Reverses the ->buf string.