RegEx in Python (Part-6) | Quantifiers

preview_player
Показать описание
Learn the basics of quantifiers in this video. Quantifiers are the mechanisms to define how a character, metacharacter, or character set can be repeated. All four types of quantifiers have been discussed in detail in this video.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#regex #python #tutorial
Рекомендации по теме
Комментарии
Автор

2021 and it's the best regex playlist I've found, your explanations are clear and simple. thanks for sharing your knowledge

gybranperez
Автор

You deserve more likes
I watched all videos in regex playlist
Super and nice explanation with examples

satishpandu
Автор

I suggest to all who want to learn Regular expression pin to pin Please watch this playlist start to end..no boring ..Thanks a lot lv u

shankrukulkarni
Автор

In the example given in the video why is the pattern ^file\w*\.txt$ is not working in place of file\w*\.txt?

RishithaNaga
Автор

Hello Nikhil, excellent content as always. In example 5, i think in the case of at most 4 digits, the output is not correct. Can you or anyone please explain. TIA.

shamikgupta
Автор

= re.compile("\d{1, 4}")
123143 ko 1231 or 43 karke segrigate kr raha hai or fir 4 digit or 2 digit value mai inclued kar raha hai
na ki usko exclude

NipunRawat
Автор

Getting different output of eaxmple 6??

princegupta