https://github.com/accessory/regexextract
Extract text with regex and present it in a seperate window
https://github.com/accessory/regexextract
Last synced: 25 days ago
JSON representation
Extract text with regex and present it in a seperate window
- Host: GitHub
- URL: https://github.com/accessory/regexextract
- Owner: Accessory
- License: mit
- Created: 2022-04-25T07:47:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T13:03:02.000Z (about 4 years ago)
- Last Synced: 2025-11-10T19:33:50.704Z (8 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Regex Extract
This lets you extract parts of a document with regex and display the findings in a new view.
This extension includes 3 Commands
- Extract Regex
- Extract Regex From Group
- Render Regex
## Extract Regex
This command lets you extract a regex part from a file
## Extract Regex From Group
This command search through a file with regex and extracts the selected group part.
## Render Regex
With this command you can select a source, template and regex file and combines them to a resulting text
# Configuration
It is possible to add regex expressions in the configuration for easy selection