string-pattern-matching
There are 8 repositories under string-pattern-matching topic.
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.
PG1003/lex
C++ library for Lua style pattern matching
Husseinhj/AndroidPattern
Format numbers using a string pattern with this simple number formatted like ##-####-##
cgatama/Databases-and-SQL-for-Data-Science-with-Python
Working with a real world data-set using SQL (SQLite) and Python
Anduis/StringPatternMatching
Here are a few of the exercises completed during the string pattern matching course.
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.
ynd24/String-Pattern-Matching-Linear-Time
Using Python, created an algorithm inspired by Rabin-Karp Algorithm for string pattern matching in linear time
terance-edmonds/python-regex
Simple RegEx pattern matching algorithm with Python