Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2020-05-11 | 192 Bytes | |
soundex.sql | 2020-05-11 | 2.1 kB | |
Totals: 2 Items | 2.3 kB | 0 |
-- Soundex SPL code -- Designed to return a 5 position soundex code -- after being passed a 40 position input string. -- If a 'empty' string is passed, the routine -- returns '*****'.