tagger
tagger copied to clipboard
option to force case
I was suggested to add this option to ignore case. The feature will be breaking change because it will force to ignore the case by default.
options will be maybe force_lowercase
that is true by default.
Maybe better (and non-breaking) would be filter
callback and given a string transform it. There if needed user can use:
filter: (tag) => tag.toLowerCase()