mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-25 14:22:54 +02:00
Add note about --smart-case smartness
This commit is contained in:
3
doc/rg.1
3
doc/rg.1
@ -457,6 +457,9 @@ Overrides \-\-ignore\-case and \-\-smart\-case.
|
||||
Search case insensitively if the pattern is all lowercase.
|
||||
Search case sensitively otherwise.
|
||||
This is overridden by either \-\-case\-sensitive or \-\-ignore\-case.
|
||||
Note: This feature is smart enough to treat simple classes like \\S as
|
||||
lowercase, but may not handle more complex syntax like \\p{Ll} as
|
||||
expected.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user