Pointer in Strings

Hi,
is it possible to insert objects in strings?
For example, I would like to insert a pointer to an object in a string.
An example is a person’s tag in a comment.

Thanks

I am not sure I understood your question, but you can stringily your object and save the string. I am not sure bout the benefit of it though. I’d rather store as an object or Pointer.