I wanted to use get_categories to show the post's cats, but I don't want links around the cats. Other people have suggested get_the_category, but I can't figure out a way to not echo the separating character on the last listed cat the way the $separator parameter acts in get_categories. Is it possible?