atom-regex-extractor
Atom package to extract search's results by regular expression as strings into a new file.
gunawanlie 1,057 0 0.8.2 MIT GitHub

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 Find Menu > Find in Buffer
    • Keyboard Shortcut Cmd + F (⌘F)
  • Turn on regex option.
  • Type your regular expression for your desire searches.
  • Extract the result into a new file with these options:
    • Click Packages Menu > Regex Extractor > Extract Search's results
    • Keyboard Shortcut Ctrl + Alt + Cmd + E (⌃⌥⌘E) Turning on regex option animation

Extract Results in Current Project

  • Open the common search in project function with these options:
    • Click Find Menu > Find in Project
    • Keyboard Shortcut Shift + Cmd + F (⇧⌘F).
  • Turn on regex option.
  • Type your regular expression for your desire searches.
  • Click Find All button
  • Extract the result into a new file with these options:
    • Click Packages Menu > Regex Extractor > Extract Search's results
    • Keyboard Shortcut Ctrl + Alt + Cmd + E (⌃⌥⌘E)
    • Right click in preview results, click Extract Search's results menu Turning on regex option animation