Hello,
I'm trying to find a way to delete lines that contain certain words in a list by using the delete lines matching regex function.
Since sometimes there are capital letters and sometimes not I'm looking for a way to specify to search for words in case insensitive mode.
Example
Dad
DAD
dad
...
I tested using /i but it doesn't work.
Does anyone have an idea?
I'm trying to find a way to delete lines that contain certain words in a list by using the delete lines matching regex function.
Since sometimes there are capital letters and sometimes not I'm looking for a way to specify to search for words in case insensitive mode.
Example
Dad
DAD
dad
...
I tested using /i but it doesn't work.
Does anyone have an idea?