在Google中寻找特殊字符

发布于 2024-07-19 10:50:49 字数 1459 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掐死时间 2024-07-26 10:50:49

更新:此答案从 2017 年起不再适用。请参阅 https://blog.google/products/search/improvements-searching-special-characters-programming-languages/


Google 从查询中删除了大部分标点符号,如此处,因此它无法帮助您了解 bash 语法。

在 bash 文档中搜索字符串“##”非常容易:只需运行“info bash”,点击“s”,然后输入“##”作为搜索字符串。

Update: this answer is no longer applicable as of 2017. See https://blog.google/products/search/improvements-searching-special-characters-programming-languages/


Google strips most punctuation from queries, as described here, so it won't help you with the bash syntax.

It's very easy to search for the string "##" in the bash documentation: Just run "info bash", hit "s", and enter "##" as the search string.

热情消退 2024-07-26 10:50:49

谷歌删除标点符号,恕我直言,因为:

  • 它在某个地方用于特殊搜索(像 - 排除、+ 添加和 10..20 指定范围等字符)
  • 以避免垃圾邮件发送者获取电子邮件地址(像 @ 或 .)
    根据我的经验,甚至不可能逃避特殊字符。
    到目前为止,我找到的唯一解决方案是使用 yahoo http://it.search.yahoo.com/< /a>

google strips puntuation, imho, because:

  • it's somewhere used for special search (chars like - to exclude, +to add and 10..20 to specify a range)
  • to avoid spammers to get email addresses (characters like @ or .)
    in my experience, it's even impossible to escape special characters.
    the only solution I found, by now, is using yahoo http://it.search.yahoo.com/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文