Sqlite and soundex()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Sqlite and soundex()

Post by Comtois »

Is it possible to add Soundex() ?
soundex(X) Compute the soundex encoding of the string X. The string "?000" is returned if the argument is NULL. This function is omitted from SQLite by default. It is only available the -DSQLITE_SOUNDEX=1 compiler option is used when SQLite is built.
[EDIT]

May be it is not usefull, as i must be for french language :)
Please correct my english
http://purebasic.developpez.com/