cl-string-match

2021-12-09

Provides implementations of the standard sub-string search (string matching) algorithms: brute-force, Boyer-Moore, Rabin-Karp, etc.

Upstream URL

github.com/sharplispers/cl-string-match

Author

Vityok https://bitbucket.org/vityok

License

BSD
README

ascii-strings

Operations on ASCII strings. Essentially this can be any kind of single-byte encoded strings.

Version:
2015.9.16
License:
BSD
Authors:
Vityok https://bitbucket.org/vityok
Dependencies:
  • alexandria

  • babel

cl-string-match

Provides implementations of the standard sub-string search (string matching) algorithms: brute-force, Boyer-Moore, Rabin-Karp, etc.

Version:
2018.1.2
License:
BSD
Authors:
Vityok https://bitbucket.org/vityok
Dependencies:
  • alexandria

  • ascii-strings

  • iterate

  • jpl-queues

  • mgl-pax/document

  • yacc

cl-string-match-test

Tests of the CL-STRING-MATCH functions.

License:
BSD
Dependencies:
  • ascii-strings

  • cl-string-match

  • lisp-unit

  • simple-scanf

simple-scanf

A simple scanf-like functionality implementation.

Version:
2016.3.28
License:
BSD
Authors:
Vityok https://bitbucket.org/vityok
Dependencies:
  • alexandria

  • iterate

  • parse-float

  • proc-parse

Dependencies (9)

  • alexandria
  • babel
  • cl-yacc
  • iterate
  • jpl-queues
  • lisp-unit
  • mgl-pax
  • parse-float
  • proc-parse

Dependents (0)

    • GitHub
    • Quicklisp