atom-regex-extractor
Atom package to extract search's results by regular expression as strings into a new file.
Regex Extractor
Atom package to extract search's results by regular expression as strings into a new file.
Usage
Extract Results in Current File
- Open the common search function with these options:
- Click
FindMenu >Find in Buffer - Keyboard Shortcut Cmd + F (⌘F)
- Click
- Turn on regex option.
- Type your regular expression for your desire searches.
- Extract the result into a new file with these options:
- Click
PackagesMenu >Regex Extractor>Extract Search's results - Keyboard Shortcut Ctrl + Alt + Cmd + E (⌃⌥⌘E)

- Click
Extract Results in Current Project
- Open the common search in project function with these options:
- Click
FindMenu >Find in Project - Keyboard Shortcut Shift + Cmd + F (⇧⌘F).
- Click
- Turn on regex option.
- Type your regular expression for your desire searches.
- Click
Find Allbutton - Extract the result into a new file with these options:
- Click
PackagesMenu >Regex Extractor>Extract Search's results - Keyboard Shortcut Ctrl + Alt + Cmd + E (⌃⌥⌘E)
- Right click in preview results, click
Extract Search's resultsmenu
- Click