Hi! I am having some problems cleaning up old keywords from a large library:
I have keywords separated by a carriage return as this:
#keyword1
#keyword2
#keyword3
I want to get rid of #keyword2 from all the references that have it, so I tried with Find & Replace. However, what I ended up with was with:
#keyword1
#keyword3
what am I doing wrong? Is it possible to do this kind of cleanups when a keyword is not useful anymore?
thanks!