Skip to content

I2rys/FDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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