Tất cả lượt tìm kiếm đều sử dụng biểu thức chính quy RE2
theo mặc định. Nếu bạn không muốn sử dụng biểu thức chính quy, hãy đặt tìm kiếm của bạn trong dấu ngoặc kép ( " ). Ví dụ:
"foo()" # Treats the parentheses as literals. Doesn't match 'food'.
foo() # Parentheses are treated as part of a regular expression. Matches 'food'.
Tham khảo chéo
Một số kho lưu trữ có thể dùng Tài liệu tham khảo chéo.
Khi bạn bật tham chiếu chéo, các biểu tượng là đường liên kết đến định nghĩa của các tham chiếu đó.
Nhấp vào một định nghĩa biểu tượng sẽ hiển thị một danh sách sử dụng.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]