Merge branch 'jm/instaweb-apache-24'
[gitweb.git] / Documentation / technical / api-strbuf.txt
index 3350d97dda2408f92dc44c1e3216facc50257a50..50690186d3949de7168e579b0f7a54d6cb0dd8e5 100644 (file)
@@ -121,10 +121,23 @@ Functions
 
 * Related to the contents of the buffer
 
+`strbuf_trim`::
+
+       Strip whitespace from the beginning and end of a string.
+       Equivalent to performing `strbuf_rtrim()` followed by `strbuf_ltrim()`.
+
 `strbuf_rtrim`::
 
        Strip whitespace from the end of a string.
 
+`strbuf_ltrim`::
+
+       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