Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 829 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 829 Bytes

FDR

Regex file data matcher

Installation

Github:

git clone https://github.com/I2rys/FDR

Usage

node index.js <input> <output> <regex> <flags>
  • input - The path of the file to regex It's data.
  • output - The output of the matched words by your regex.
  • regex - Your regex to use.
  • flags - Your regex flags.

License

MIT © I2rys