進階程式碼搜尋

搜尋開放式原始碼。

語法和範例 (更多關於 regexp 語法的資訊)
regexp搜尋一般運算式
go{2}gle  hello,\ world  ^int printk
"exact string"搜尋完全符合字串
"compiler happy"
class:regexp function:regexp只搜尋類別(class)和函式(function)的名稱 新!
class:BTree  function:laugh
class:hash.*multimap function:.*range
file:regexp只在符合 regexp 的檔案或目錄中搜尋
file:\.js$ XMLHttpRequest  file:include/ ioctl
file:/usr/sys/ken/slp.c "You are not expected to understand this."
package:regexp搜尋名稱符合 regexp 的套件。
(套件的名稱即為其 URL 或 CVS 伺服器資訊。)
package:perl.*\.tar\.gz Frodo  package:linux-2.6 int\ printk
lang:regexp只搜尋以符合 regexp 的語言撰寫之程式
lang:lisp xml  lang:"c++" sprintf.*%s
license:regexp只搜尋授權符合 regexp 的檔案.
license:bsd int\ printf   -license:gpl heapsort
 

Google 首頁 - Google 實驗室 - 討論 -  服務條款  - 說明 - 提交您的程式碼

©2010 Google - 隱私權政策