dwhieb / Nisinoon

Website for the Algonquian Components Project (Nisinoon)
https://nisinoon.net
MIT License
1 stars 0 forks source link

Case-sensitive searching #158

Closed dwhieb closed 3 months ago

dwhieb commented 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.

To Do

dwhieb commented 3 months ago

Decided not to do this for now because this is covered by regular expressions. Might change our minds later.

dwhieb commented 3 months ago

Reopening this so that users have the ability to specify case-insensitive search in regular expressions.