grex
Verified for current stable LTS
Grex Commands
Grex command syntax with verified terminal examples.
Commands
11 commands for Grex
grex Search
Grex Command: Detect Repeating Patterns
grex -r <string1 string2 ...> grex Search
Grex Command: Detect Repeating Patterns With Min Max Quantifiers
grex -r <string1 string2 ...> grex Search
Grex Command: Disable Anchors And Non Capture Groups
grex --no-anchors -g <string1 string2 ...> grex Search
Grex Command: Generate Case Insensitive Regex
grex -i <string1 string2 ...> grex Search
Grex Command: Generate Regex From File
grex -f <path/to/file> grex Search
Grex Command: Generate Simple Regex
grex <string1 string2 ...> grex Search
Grex Command: No Anchors And Non Capture Groups
grex --no-anchors -g <string1 string2 ...> grex Search
Grex Command: Replace Digits With Backslash D
grex -d <string1 string2 ...> grex Search
Grex Command: Replace Spaces With Backslash S
grex -s <string1 string2 ...> grex Search
Grex Command: Replace Unicode Word Character
grex -w <string1 string2 ...> grex Search
Grex Command: Replace Unicode Word Characters With Backslash W
grex -w <string1 string2 ...> Suggest a Grex Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Grex workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.