Python Character Classes

 Python Character Classes

maxoncodes.online


ExpressionsDescription
[..]कोई भी character या digits ढूंढने के लिए दिया जाता है |
[^..]कोई भी character या digits दिया जाता है , उसे ढूंढा नहीं जाता |
[0-9]0 से 9 तक के digits को ढूंढा जाता है |
[^0-9]0 से 9 तक के digits को ढूंढा नहीं जाता है |
[A-Z]Uppercase A से लेकर uppercase Z तक characters को ढूंढा जाता है |
[^A-Z]Uppercase A से लेकर uppercase Z तक characters को ढूंढा नहीं जाता है |
[a-z]lowercase a से लेकर lowercase z तक characters को ढूंढा जाता है |
[^a-z]lowercase a से लेकर lowercase z तक characters को ढूंढा नहीं जाता है |
[mf]ailयहाँ पर mail और fail को string पर ढूंढा जाता है |
Grac[ey]यहाँ पर Grace और Gracy को string पर ढूंढा जाता है |
 
Maxon

Hello there! I'm Maxon, a dedicated UI/UX designer on a mission to transform digital experiences into intuitive, user-centric journeys. With a keen eye for detail and a passion for crafting aesthetically pleasing interfaces, I strive to create designs that not only look stunning but also enhance usability and functionality.

Post a Comment

Previous Post Next Post