Python Regex Multiple Repeat Error

preview_player
Показать описание
Just like me an hour ago, you’re probably sitting in front of your regular expression code, puzzled by a strange error message:

How does it arise? Where does it come from? And, most importantly, how can you get rid of it?

Read the full article at:

~~~
Become a better coder! Download the 5x Python Cheat Sheet Course (PDF). It’s free!

🐍 Cheating in Python? Of course! 🐍
See you soon -- it’s fun! 🤓
~~~

Experts in their fields read more books! Become a Python expert:

And become a Python master the fun way!
~~~

Start earning money by creating your own Python coding business (free webinar):
Рекомендации по теме
Комментарии
Автор

Man, you really helped me with my problem, i appreciate you for this video!

ПетрУльянченко-сю
Автор

Thank you for explaining the positioning piece!

jonathannorcutt
Автор

This is all very well, but how do I make re.search IGNORE all the ++, or ??, or ** ... so I can just do a simple regex search in a bunch of text, and not get this horrible error?

porkdork