woven / soundex

Calculate the soundex value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###soundex

Calculates the soundex of given input.

import 'package:soundex/soundex.dart';

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

About

Calculate the soundex value.

License:MIT License


Languages

Language:Dart 100.0%