string_search_algorithms 1.0.1 copy "string_search_algorithms: ^1.0.1" to clipboard
string_search_algorithms: ^1.0.1 copied to clipboard

Fast Dart library for string similarity and substring search with configurable engines, normalization, and caching. Pure Dart and null-safe.

example/main.dart

import 'search_example.dart' as search;
import 'similarity_example.dart' as similarity;

void main() {
  // Run both examples
  similarity.main();
  print('\n${'=' * 30}\n');
  search.main();
}
0
likes
160
points
13
downloads

Documentation

API reference

Publisher

verified publishertomars.tech

Weekly Downloads

Fast Dart library for string similarity and substring search with configurable engines, normalization, and caching. Pure Dart and null-safe.

Repository (GitHub)
View/report issues
Contributing

Topics

#string #search #algorithms #similarity #fuzzy

License

MIT (license)

More

Packages that depend on string_search_algorithms