/soundex

Calculate the soundex value.

Primary LanguageDartMIT LicenseMIT

###soundex

Calculates the soundex of given input.

import 'package:soundex/soundex.dart';

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