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

Utilities for processing strings, such as getting the best match with configurable options

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
40
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities for processing strings, such as getting the best match with configurable options

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on string_processor