From e79c19a929251e2d13137652b99849ab64e311d8 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Wed, 12 Mar 2025 16:46:57 -0400 Subject: [PATCH] Updated TODO --- regex/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/regex/todo.txt b/regex/todo.txt index aff725b..d04724a 100644 --- a/regex/todo.txt +++ b/regex/todo.txt @@ -4,4 +4,5 @@ Ideas for flags: -m : Print th match (-m 1 = first match, -m 2 = second match) -g : Print the th group + -r : Specify a directory instead of a file, reads recursively 4. Refactor code for flags - make each flag's code a function, which modifies the result of findAllMatches