I\'m trying to use GitHub\'s code search to search for some lines of code containing characters like =
, +
, etc.
I understand from https://help.
You will need to do this locally. Here are some options, from https://stackoverflow.com/a/38288679/362202:
git grep -E
)These strategies would not work for github-wide searches, which is a shame.