Add comment in lstrings.h

This commit is contained in:
Pavel Sanda 2012-07-15 23:25:34 +02:00
parent 16fd47ad8f
commit 7b1b9823ff

View File

@ -229,6 +229,7 @@ docstring const ltrim(docstring const & a, char const * p = " ");
will be the whole of the string if no delimiter is found.
The return value is what follows delim, if anything. So the return
value is the null string if no delimiter is found.
'a' and 'piece' must be different variables.
Examples:
\code
s1= "a;bc"; s2= ""