From: Simon Latapie Date: Mon, 9 Feb 2004 23:28:33 +0000 (+0000) Subject: * intf-http.txt: update doc (strsub) X-Git-Tag: 0.7.1~173 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=decbf33a0123b47524e2c5cb078ab298291aaec8;p=vlc * intf-http.txt: update doc (strsub) --- diff --git a/doc/intf-http.txt b/doc/intf-http.txt index fadfe0af3f..a4954ef872 100644 --- a/doc/intf-http.txt +++ b/doc/intf-http.txt @@ -179,6 +179,8 @@ You have access to : strncmp : compare the ST(3) first characters of ST(1) and ST(2), push -1, 0, or 1 strlen : push the length of ST(1) + strsub : extract substring of ST(1) from character number ST(2) + to character number ST(3) * stack manipulation dup : duplicate ST(1) on the stack drop : remove ST(1)