string_processor 1.0.0 copy "string_processor: ^1.0.0" to clipboard
string_processor: ^1.0.0 copied to clipboard

outdated

Utilities to match strings

example/main.dart

import 'package:string_processor/string_processor.dart';

void main() => print(getHighestMatch(
    ['I am a boy', 'Bob the Builder is fun'], 'Bob is a boy.',
    ignoreArticles: true, matchCaseInsensitively: false));
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Utilities to match strings

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on string_processor