What is the best regex for search? #150711
-
Select Topic AreaQuestion BodyWhat is the best regex combination for searching on the platform, especially to get open source projects with at least 100 stars |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can use regular expression when searching for code as explained here. However you condition for stars is related to search of repository and in this case you need to use qualifiers. In this case it's as easy as "stars:100" in addition to your query You can check various parameters using advanced search |
Beta Was this translation helpful? Give feedback.
-
To search for projects with 100 or more stars that are open-source:
If you want to be more specific, you can filter by license using the
|
Beta Was this translation helpful? Give feedback.
You can use regular expression when searching for code as explained here.
However you condition for stars is related to search of repository and in this case you need to use qualifiers. In this case it's as easy as "stars:100" in addition to your query
You can check various parameters using advanced search