Regular Expressions 2018 | #1 Intro | Python | Tharun Shiv | Being A Pro

Опубликовано: 04 Май 2026
на канале: Developer Tharun
804
17

Regular expressions are a sequence of special characters used to match, search , replace or do such operations on text data.
They were first introduced into UNIX world.
In this series we will learn about how we can use regular Expressions using Python in our code.