/RegexEngine

:sparkles: A regular expression (regex) engine is a software program that is used to interpret and execute regular expressions. A regular expression is a sequence of characters that defines a search pattern, mainly for use in pattern matching with strings, or string matching, i.e "find and replace"-like operations.

Primary LanguagePython

Watchers