string-manipulation just disappeared today. Actually I'm just curious, what happened to it?
Personally I liked it :).
UPDATE: After discussing this issue with @Lance, I decided to ask the mods to unsynonym string-manipulation from string. It was a very useful tag.

stringshould be kept separate fromstring-manipulation. How many questions are there about strings that don't involve manipulating or interacting with them in some way? – Cody Gray Jul 7 '11 at 8:06encodingtag is sufficient there. If I'm interested in questions about encoding, it doesn't matter if the question is about string or character encoding: both are potentially useful to me. – Cody Gray Jul 7 '11 at 8:31typequestions. – Lance Roberts Jul 7 '11 at 8:45stringis very very general. If we follow this logic, we could wipe out the 90% of tags on SO. To me,string-manipulationis when you are trying to change the contents of a string (or construct a string as @Joachim says). It can be done by regex, simple replacing methods or any other way. The usage of this tag seemed very logical to me, and gave much more information about a question than a simplestringtag. – bazmegakapa Jul 7 '11 at 9:41