Все поиски используют регулярные выражения 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."]]],[]]