सभी खोजें, डिफ़ॉल्ट रूप से
RE2 रेगुलर एक्सप्रेशन
का इस्तेमाल करती हैं. अगर आप रेगुलर एक्सप्रेशन का इस्तेमाल नहीं करना चाहते हैं, तो अपनी खोज को डबल कोटेशन मार्क (कोट) में रखें. उदाहरण के लिए:
"foo()" # Treats the parentheses as literals. Doesn't match 'food'.
foo() # Parentheses are treated as part of a regular expression. Matches 'food'.
परस्पर (एक-दूसरे के साथ) संदर्भ
कुछ डेटा स्टोर करने की जगहों के लिए, क्रॉस रेफ़रंस उपलब्ध हैं.
जहां क्रॉस रेफ़रंस चालू होते हैं, वहां सिंबल उनकी परिभाषा के लिंक होते हैं.
सिंबल की परिभाषा पर क्लिक करने से, उसके इस्तेमाल की सूची दिखती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2022-08-17 (UTC) को अपडेट किया गया."],[[["Code Search allows you to search for specific files or code snippets within your project using the search box and RE2 regular expressions by default."],["You can access the Code Search UI for Android, Chromium, and other Google Open Source projects through provided links."],["Cross references are available for some repositories, enabling you to navigate to symbol definitions and view their usages."],["For more advanced searches and functionality, explore searching for files, file contents, and the Code Search reference documentation."]]],[]]