Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax
What part(s) of the article would you like to see updated?
I found out through StackOverflow that case-sensitive search can be accomplished with the (?-i) mode modifier. The official docs should note this instead of stating "You cannot do case-sensitive searches", which is not true.
Additionally, it would be nice if the section on regular expressions described which mode modifiers are supported by code search. There are many, and different flavors of regex are known to support different modifiers.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax
What part(s) of the article would you like to see updated?
I found out through StackOverflow that case-sensitive search can be accomplished with the
(?-i)mode modifier. The official docs should note this instead of stating "You cannot do case-sensitive searches", which is not true.Additionally, it would be nice if the section on regular expressions described which mode modifiers are supported by code search. There are many, and different flavors of regex are known to support different modifiers.
Additional information
No response