I need JavaScript to search a string for all capitalized tokens, excluding the first, and replace all of the them with a bracketed token.
E.g.
"Rose Harbor in Bloom: A Novel" -> "Rose {Harbor} in {Bloom}: {A} {Novel}"
"In America: a novel" -> "In {America}: a novel"
"What else. In the country" -> "What else. {In} the country"