I know that you can do Format Value (%comment% + extra word) to add things, but it can't detect if the word is already there.
For instance, say I want to add "live" to a comment that already has "random words" in it, and NOT add it if the comment already contains "live".
AFAIK, this is not possible with FormatValue. I guess it takes a Regular Expression to tackle. Can anyone suggest how to do this? And what action would I use (Replace?)
Thanks smart regex'ers

