Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rafaeldca/text-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-finder

Build Status

About

This is a Console application writen in .Net Core.

The program searches for specific strings in text files using REGEX expressions and outputs the results in a text file.

Results generated by the application are de-duplicated.

Use Cases

  • Find patterns in texts to avoid repetio or commonalities
  • Find all css classes that matches a pattern to create documentation or naming analysis.
  • etc...

How to use it

  • Install the .Net Core for your platform
  • Clone the repo
  • Inside of the repo folder open in terminal and type dotnet run
  • follow the prompts

Pseudo-parameters

Folder : location in the file system to run the search.

Regex pattern : The text pattern the application will use to generate the file with results.

About

Search for string in text files using regex expressions and prints the result to a file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages