You might also like2

How to use

  1. Enter your regex pattern
  2. Specify file or directory to search
  3. Select grep options (case-insensitive, whole words, etc.)
  4. Copy the generated grep command for use in terminal
Input
-E: Extended regex
-P: Perl regex
-i: Ignore case
-r: Recursive
-v: Invert match
Grep Command

Enter a regex pattern and click Convert