Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google using non-alphanumeric characters

So let's say I have an issue with some code and I want to use google to help find a solution. So I paste a code snippet into the search bar. Google will ignore any special characters like operators (especially the '.' operator), returning results that aren't as relevant as I'd like. This is true even when encasing it in double quotes. It's also annoying when trying to use something like 'C#' as part of a search. Does anyone know of a search engine that respects your special characters?

like image 680
Joel Coehoorn Avatar asked Aug 28 '08 14:08

Joel Coehoorn


People also ask

What is non-alphanumeric characters examples?

Non-alphanumeric characters comprise of all the characters except alphabets and numbers. It can be punctuation characters like exclamation mark(!), at symbol(@), commas(, ), question mark(?), colon(:), dash(-) etc and special characters like dollar sign($), equal symbol(=), plus sign(+), apostrophes(').

What is a non-alphanumeric character in passwords?

Non-alphanumeric characters are characters that are not numbers (0-9) or alphabetic characters. Alphabetic characters are defined as a-z, A-Z, and alphabetic characters in the Latin-1 code page 850.

How do you remove non-alphanumeric characters?

To remove all non-alphanumeric characters from a string, call the replace() method, passing it a regular expression that matches all non-alphanumeric characters as the first parameter and an empty string as the second. The replace method returns a new string with all matches replaced.

What is non-alphanumeric text?

Non-Alphanumeric characters are the other characters on your keyboard that aren't letters or numbers, e.g. commas, brackets, space, asterisk and so on. Any character that is not a number or letter (in upper or lower case) is non-alphanumeric. These could be grouped as Punctuation characters !


2 Answers

We were frustrated by this too, so we made a search engine that allows special characters!

try http://www.symbolhound.com

it's a web search (unlike google codesearch) that respects symbols. This should help. The index is growing every day, so you should be able to find relevant responses!

Good luck.

like image 106
tcf628 Avatar answered Sep 28 '22 23:09

tcf628


On krugle, a search for "cs[i]" in quotes seems to work... as it does also in google codesearch...

like image 26
jumar Avatar answered Sep 28 '22 23:09

jumar