Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
How to Build a RegEx Engine in Python Series' Articles
Back to Lorenzo Felletti's Series
How to Build a RegEx Engine in Python (Part 1: The Grammar)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
May 23 '21
How to Build a RegEx Engine in Python (Part 1: The Grammar)
#
python
#
programming
#
regex
#
coding
11
reactions
Comments
Add Comment
3 min read
How to Build a RegEx Engine in Python (Part 2: The Lexer)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
May 23 '21
How to Build a RegEx Engine in Python (Part 2: The Lexer)
#
python
#
programming
#
regex
#
lexer
9
reactions
Comments
Add Comment
4 min read
How to Build a RegEx Engine in Python (Part 2.1: Python strings)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
Jun 1 '21
How to Build a RegEx Engine in Python (Part 2.1: Python strings)
#
python
#
programming
#
regex
#
strings
4
reactions
Comments
Add Comment
3 min read
How to Build a RegEx Engine in Python (Part 3: TDRDP)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
Jul 3 '21
How to Build a RegEx Engine in Python (Part 3: TDRDP)
#
python
#
regex
#
programming
#
parsing
1
reaction
Comments
Add Comment
4 min read
How to Build a RegEx Engine in Python (Part 4: The AST)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
Nov 11 '22
How to Build a RegEx Engine in Python (Part 4: The AST)
#
regex
#
python
#
programming
#
tutorial
1
reaction
Comments
Add Comment
3 min read
How to Build a RegEx Engine in Python (Part 5: Parser conclusion)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
Dec 12 '22
How to Build a RegEx Engine in Python (Part 5: Parser conclusion)
#
programming
#
python
#
regex
#
tutorial
1
reaction
Comments
Add Comment
2 min read
How to Build a RegEx Engine in Python (Part 6: the engine)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
Dec 12 '22
How to Build a RegEx Engine in Python (Part 6: the engine)
#
python
#
programming
#
tutorial
#
regex
3
reactions
Comments
1
comment
4 min read
How to Build a RegEx Engine in Python (Part 7: The Backtracking System)
Lorenzo Felletti
Lorenzo Felletti
Lorenzo Felletti
Follow
Dec 12 '22
How to Build a RegEx Engine in Python (Part 7: The Backtracking System)
#
python
#
programming
#
tutorial
#
regex
2
reactions
Comments
Add Comment
4 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account