phastmike / tags

A simple text tagger
Other
16 stars 0 forks source link

Tag types #41

Closed phastmike closed 1 year ago

phastmike commented 1 year ago

Been testing Regular expressions and it works (USed GLIB implementation, not Posix).

TaT uses 3 modifiers, exclude, case sensitive and Regex.

Establishing a complex set with logic operators might be useful. Need to think abt this but may start with a simple change and get similar approach as TaT in the meantime.

phastmike commented 1 year ago

On the simpler approach, as in Tat we can indicate which "modifiers" are in use

phastmike commented 1 year ago

we'll use, only, case "sensitiveness" for now