Files
ripgrep/grep
Andrew Gallant 301a3fd71d Detect more uppercase literals for --smart-case.
This changes the uppercase literal detection for the "smart case"
functionality. In particular, a character class is considered to have an
uppercase literal if at least one of its ranges starts or stops with an
uppercase literal.

Fixes #229
2016-11-28 17:57:26 -05:00
..
2016-11-06 15:35:17 -05:00
2016-09-13 21:15:10 -04:00

grep

This is a library that provides grep-style line-by-line regex searching (with comparable performance to grep itself).