Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorials in Hindi 08 : Find Operator

Python tutorials in Hindi 08 : Find Operator Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorials in Hindi 08 : Find Operator Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. Find operator क्या होता है?
उत्तर: Find operator एक बैक-एंड प्रोग्रामिंग में उपयोग होने वाला ऑपरेटर है जो एक स्ट्रिंग में दिए गए पैटर्न की खोज करता है और उसे पहले बार दिखाए गए इंडेक्स को लौटाता है। यदि पैटर्न मिलता है, तो यह इंडेक्स को लौटाता है, अन्यथा -1 लौटाता है।
2. Find operator का उपयोग किस तरह किया जाता है?
उत्तर: Find operator का उपयोग किसी स्ट्रिंग में दिए गए पैटर्न की खोज करने के लिए किया जाता है। यह ऑपरेटर एक स्ट्रिंग में दिए गए पैटर्न को स्कैन करता है और यदि पैटर्न मिलता है, तो यह पहले बार मिलने वाले इंडेक्स को लौटाता है। इसका उपयोग यदि किसी स्ट्रिंग में किसी विशेष शब्द, वाक्यांश या अक्षर की खोज की जानी है, तो किया जा सकता है।
3. Find operator किस तरह काम करता है?
उत्तर: Find operator काम करने के लिए एक स्ट्रिंग में दिए गए पैटर्न को आरंभिक इंडेक्स से शुरू करके एक्सेस करता है। यदि इंडेक्स पर पैटर्न मिलता है, तो वह इंडेक्स को लौटाता है। यदि पैटर्न नहीं मिलता है, तो -1 लौटाता है। यदि पैटर्न कई बार मिलता है, तो वह पहले बार मिलने वाले इंडेक्स को लौटाता है।
4. Find operator का प्रयोग करने के लिए क्या सिंटेक्स है?
उत्तर: Find operator का प्रयोग करने के लिए निम्नलिखित सिंटेक्स होता है: result = string.find(pattern) यहां, 'string' एक स्ट्रिंग है जिसमें पैटर्न ढूंढ़ा जाना है, और 'pattern' वह पैटर्न है जिसकी खोज की जानी है। 'find' ऑपरेटर स्ट्रिंग पर कॉल किया जाता है और यदि पैटर्न मिलता है, तो यह पहले बार मिलने वाले इंडेक्स को लौटाता है।
5. Find operator किस प्रकार के पैटर्न्स के साथ काम कर सकता है?
उत्तर: Find operator किसी भी प्रकार के पैटर्न के साथ काम कर सकता है जो स्ट्रिंग में खोजा जा सकता है। इसका उपयोग एक शब्द, वाक्यांश, अक्षर, या एक समूह के रूप में किया जा सकता है। पैटर्न में एक या अधिक अक्षर हो सकते हैं और इसमें विशेष विवरण दिए जा सकते हैं, जैसे कि वर्गीकरण, केस संवेदनशीलता, आदि. फ़ाइल नाम, ईमेल आईडी, उपयोगकर्ता नाम, आदि की खोज के लिए भी इसका उपयोग किया जा सकता है।
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Objective type Questions

,

Exam

,

study material

,

MCQs

,

past year papers

,

Previous Year Questions with Solutions

,

Semester Notes

,

shortcuts and tricks

,

Python tutorials in Hindi 08 : Find Operator Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Summary

,

Free

,

practice quizzes

,

Python tutorials in Hindi 08 : Find Operator Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

video lectures

,

Important questions

,

mock tests for examination

,

pdf

,

Python tutorials in Hindi 08 : Find Operator Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

ppt

,

Viva Questions

,

Sample Paper

,

Extra Questions

;