Skip to content

Regular expressions are case insensitive by default #11130

Discussion options

You must be logged in to vote

Hey @maruel, thanks for the feedback. Right now regular expressions are case insensitive because our search index is case insensitive, which means that case sensitive search is somewhat inefficient. We're working on making case sensitivity possible, though.

As for the regex engine, we're using this: https://docs.rs/regex/latest/regex/, so whatever that engine can parse we should be able to search.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maruel
Comment options

Answer selected by colinwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Product Feedback
2 participants