string-pattern-matching

There are 8 repositories under string-pattern-matching topic.

  • colorparsley

    Myndex/colorparsley

    A lightweight but versatile mini-lib to parse color strings, objects, or numbers, returning a simple rgba array, and related string utilities. This was developed as part of the basic APCA distro.

    Language:JavaScript17234
  • PG1003/lex

    C++ library for Lua style pattern matching

    Language:C++17204
  • Husseinhj/AndroidPattern

    Format numbers using a string pattern with this simple number formatted like ##-####-##

    Language:Kotlin3201
  • cgatama/Databases-and-SQL-for-Data-Science-with-Python

    Working with a real world data-set using SQL (SQLite) and Python

    Language:Jupyter Notebook1101
  • Anduis/StringPatternMatching

    Here are a few of the exercises completed during the string pattern matching course.

    Language:Java0100
  • YasoJan/CourseFinder

    CourseFinder demonstrates the inefficiency of the brute force string pattern matching algorithm, showcasing its slow time complexity. Use this program to learn how a string pattern matching algorithm implementing brute force looks in Java.

    Language:Java0100
  • ynd24/String-Pattern-Matching-Linear-Time

    Using Python, created an algorithm inspired by Rabin-Karp Algorithm for string pattern matching in linear time

    Language:Jupyter Notebook0100
  • terance-edmonds/python-regex

    Simple RegEx pattern matching algorithm with Python

    Language:Python10