Skip to content

Commit

Permalink
Update content/search-github/github-code-search/understanding-github-…
Browse files Browse the repository at this point in the history
…code-search-syntax.md
  • Loading branch information
subatoi authored Nov 11, 2024
1 parent 71e1b69 commit 96a06df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ If code search guesses wrong, you can always get the search you wanted by using

## Case sensitivity

By default, code search is case-insensitive, and results will include both uppercase and lowercase results. You can do case-sensitive searches by using a regular expression with case insensitivity turned off. For example, to search for the string "True", you would use:
By default, code search is case-insensitive, and results will include both uppercase and lowercase results. You can do case-sensitive searches by using a regular expression with case insensitivity turned off. For example, to search for the string "True", you would use:

```text
/(?-i)True/
Expand Down

0 comments on commit 96a06df

Please sign in to comment.