The source project of this merge request has been removed.
Search: case-insensitive
Hi @eneiluj
I improved the new search a bit:
- user input is now escaped before creating a regex from it
- regex is created with
i
for case-insensitive search - it now uses
test()
to stop after first match
:)
Merge request reports
Activity
added 1 commit
- 656b5495 - Search: escape input, make case-insensitive and use test() to stop after match
Please register or sign in to reply