Powerful pattern matching and searching in python in hindi
Python मे powerful pattern matching और searching के लिए 're' (Regular Expressions) module का use करते है Regular Expressions एक pattern को search और match करने के लिए बहुत ही powerful है।
Example: Python मे 're' module का use करके pattern matching कर सकते है।

इसमें re.search() का use किया है जो 'pattern' को 'text' मे खोजता है और match पाने पर matching पाने का message output करता है।
Regular expressions की help से different type के pattern को find, change और delete करने के लिए regular expression का use किया जाता है। यह एक powerful searching और matching tool है जो different condition मे use किया जा सकता है।