Skip to content

almondtools/stringsearchalgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

StringSearchAlgorithms (formerly StringAndChars) is a library for exact string matching algorithms (or string search algorithms).

It is planned that also complex string matching (with wildcards, regular expressions, string metrics) is supported.

This Readme contains technical infos to the project (e.g. Problems, Roadmap or the State of Work)

Information on Usage and Download can be found on StringSearchAlgorithms.

Roadmap

  • Optimizations
  • Regex Matching
  • Tolerant Matching

Maven Dependency

<dependency>
    <groupId>net.amygdalum</groupId>
    <artifactId>stringsearchalgorithms</artifactId>
    <version>0.3.19</version>
</dependency>

About

String matching algorithms for searching a single or multiple strings in large texts

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages