jhc13 / taggui

Tag manager and captioner for image datasets
GNU General Public License v3.0
692 stars 32 forks source link

add regex to find and replace #191

Closed yggdrasil75 closed 3 months ago

yggdrasil75 commented 3 months ago

title. might add to search as well later. only supports regex in the find field of find and replace, so no replace regex groups

yggdrasil75 commented 3 months ago

I often want to replace something that starts with a string, but I dont know the end. ie: a tag is 'invalid': '\<tag>' as a tag that has been repeatedly rejected from an image. this will allow removing that more easily. edit: stupid markup hiding my text.

yggdrasil75 commented 3 months ago

will add to delete_tags() though.

yggdrasil75 commented 3 months ago

oh yeah, tested this btw. it works. fine.