how to Show BEFORE TEXT before in wordpress get_comment_meta [closed]

If you just want to add a string it would be:

$city = "Re: " . get_comment_meta( get_comment_ID(), 'city', true );