সমস্ত অনুসন্ধান ডিফল্টরূপে 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."]]],[]]