You might also like2
Regex to Grep Converter
Convert regex patterns to grep commands
How to use
- Enter your regex pattern
- Specify file or directory to search
- Select grep options (case-insensitive, whole words, etc.)
- 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