From ea104241134502f6df481aa2db8a17c42d9bc8e7 Mon Sep 17 00:00:00 2001 From: Ludovic Launer Date: Wed, 17 Jan 2024 16:32:14 +0100 Subject: [PATCH] Update notes --- doc/Notes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Notes.txt b/doc/Notes.txt index a8bb4e4..0ab3dbb 100644 --- a/doc/Notes.txt +++ b/doc/Notes.txt @@ -1 +1,5 @@ -Regular expression to match (xxx): \s\([^)]*\) \ No newline at end of file +Regular expression to match (xxx): \s\([^)]*\) + +Notepadd++ Search and replace: +Search filenames: "[^"]*.jpg" +Replace with lower case: \L$0 \ No newline at end of file