Is there any possibility to search github repos for strings containing a special characters (e.g. "example.com" or "Example: ").
As far as I know Github's search does not support it and Google ignores this as well.
Thanks in advance.
Is there any possibility to search github repos for strings containing a special characters (e.g. "example.com" or "Example: ").
As far as I know Github's search does not support it and Google ignores this as well.
Thanks in advance.
The GitHub Help says :
You can't use the following wildcard characters as part of your search query: . , : ; / \ ` ' " = * ! ? # $ & + ^ | ~ < > ( ) { } [ ] @. The search will simply ignore these symbols.
Alternatively, you can git clone
some repositories and grep
them.
One way of doing this is to use a space instead of the character and put your search term in quotes. It will give you the closest results.
I had a library call sg.createNode
so I've searched for "sg createNote"
which mostly returned results include sg.createNote