DIFFERENCE in JS
Description
Unfortunately, this functionality is not available in JS, but this can be implemented easily.
This functions requires the SOUNDEX algorithm implementation.
Sample Source Pattern
Implementation Example
Arguments
strA, strB
: String expressions resulting by executing the SOUNDEX algorithm.
Return Type
String
.
Examples
Last updated