How to Google for --depend?

被刻印的时光 ゝ 提交于 2019-12-05 10:09:44

You can specifiy literal symbols in a Google Code Search but not Google Web Search.

Examples;

Google Code Search for +"--depend"

Google Web Search for +"--depend"

I had the same issue searching for 'syntax-rules'. You would think they would have solved this by now.

I remember to have read somewhere that google's web search does not index non alphanumeric characters, treating them as word separators, so that's not possible.

Reason for this problem is that a minus sign at the start of a token indicates that you want to EXCLUDE it from the search.

This is how you can filter out really popular results that really have nothing to do with you want.

For example, try searching for "wow". Then try searching for "wow -warcraft".

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!