docs/strbuf.txt: added strbuf_rchop
This commit is contained in:
parent
d1924e5c67
commit
c097750262
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Reference in a new issue