soundex

Calculate the soundex value.


License
MIT

Documentation

soundex

Calculates the soundex of given input.

import 'package:soundex/soundex.dart';

main() {
  print(soundex('Test input'));
}