jan.bogutzki.de

soundex and vsprintf

There are 2 new functions on functions-online.com. You can now test and run soundex and vsprintf.

soundex:
Soundex keys have the property that words pronounced similarly produce the same soundex key, and can thus be used to simplify searches in databases where you know the pronunciation but not the spelling. This soundex function returns a string 4 characters long, starting with a letter.

vsprintf:
Operates as sprintf() but accepts an array of arguments, rather than a variable number of arguments.