/*** Trims a string to the specified length while keeping whole words** @param string String to be trimmed* @param integer Number of characters to aim for in the trimmed string** @return string*/function fetch_trimmed_title($title, $chars = -1)