בכל החיפושים נעשה שימוש בביטויים רגולריים של RE2. אם אתם לא רוצים להשתמש בביטויים רגולריים, צריך להקיף את החיפוש במירכאות כפולות ( " ). לדוגמה:
"foo()" # Treats the parentheses as literals. Doesn't match 'food'.
foo() # Parentheses are treated as part of a regular expression. Matches 'food'.
הפניות
הפניות חוצות זמינות עבור חלק מהמאגרים.
במקרים שבהם האפשרות 'הפניות חוצות-נתונים' מופעלת, סמלים הם קישורים להגדרה שלהם.
לחיצה על הגדרת סמל מציגה רשימה של שימושים.
[null,null,["עדכון אחרון: 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."]]],[]]