You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed regex example to use any github.com repo with regex search (#837)
Updated regex example to use another repo as sourcegraph/sourcegraph is
no longer available in .com instance
<!-- Explain the changes introduced in your PR -->
## Pull Request approval
You will need to get your PR approved by at least one member of the
Sourcegraph team. For reviews of docs formatting, styles, and component
usage, please tag the docs team via the #docs Slack channel.
---------
Co-authored-by: Maedah Batool <[email protected]>
Co-authored-by: Keegan Carruthers-Smith <[email protected]>
Copy file name to clipboardExpand all lines: docs/code-search/queries/examples.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ repo:^github\.com/Parsely/pykafka$ Not leader for partition
107
107
108
108
Regex searches are also useful when searching boundaries that are not delimited by code structures:
109
109
110
-
[Finding css classes with word boundary regex](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/sourcegraph%24+%5Cbbtn-secondary%5Cb&patternType=regexp)
110
+
[Finding css classes with word boundary regex](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/+%5Cbbtn-secondary%5Cb&patternType=regexp)
0 commit comments