Hi, I've been using sqlite for some time, and it lacked a function, strpos, so I just added a first simple version of it. It does not support UTF8, because 1) I don't really understand it, and 2) I don't need it ;)
The patch is attached. strpos(string, substring, n) which will return the position of the n'th occurrence of substring in string strpos(string, substring) in which case n = 1. any comments appreciated :) -- Mathieu Arnold
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

