Closed dwhieb closed 3 months ago
Add a checkbox to make search case-sensitive.
This should be off by default.
This option should add the i flag to the regular expression search.
i
Decided not to do this for now because this is covered by regular expressions. Might change our minds later.
Reopening this so that users have the ability to specify case-insensitive search in regular expressions.
Add a checkbox to make search case-sensitive.
This should be off by default.
This option should add the
i
flag to the regular expression search.To Do