explore regex for viewers
Launch a TUI to create and explore regular expressions interactively.
Signature
> explore regex {flags}
Input/output types:
| input | output |
|---|---|
| nothing | string |
| string | string |
Examples
Explore a regular expression interactively
> explore regexExplore a regular expression interactively with sample text
> open -r Cargo.toml | explore regexNotes
Press Ctrl-Q to quit and provide constructed regular expression as the output.