+ 2

Java script to search multiple strings in given files/directory

Can some one please point me some referral documentation/code to search multiple strings in a given multiple files from the directory using a Javascript

6th Sep 2017, 6:44 PM
Shivakumar Araballi
Shivakumar Araballi - avatar
1 Odpowiedź
+ 2
I think there should be 2 processes: 1. to loop through files ,open them and load their content to a dictionary of strings keys for the files url and values for their content. 2. a second process to loop through the content and match your string searches
8th Sep 2017, 10:38 AM
Stoyan Todorov
Stoyan Todorov - avatar