Diffusion Krita ca6deee03382

Remove regexes from KisResourceSearchBoxFilter

Authored by tymond on Nov 28 2019, 11:59 AM.

Description

Remove regexes from KisResourceSearchBoxFilter

Regular expressions to check for the beginning and the end
of the filter part were both unnecessary (since it can easily be done
using startWith and endsWith) and broken for new brushes,
for example "f)_Bristle-4_Glaze" wouldn't match the exactMatch
regular expression because of symbols inside.
Moreover it would not allow for any non-latin characters or
sumbols.
This commit changes those expressions to the usage of startsWith
and endsWith.

Details

Committed
tymondDec 6 2019, 2:21 PM
Parents
R37:840e6c483058: Add tests to KisResourceSearchBoxFilter
Branches
Unknown
Tags
Unknown
References
refs/keep-around/ca6deee0338246993a08a3b6d0688266479dd1bc