func (r *review) getReview(bottomArea *goquery.Selection) string {
    bottomArea.Find("a").Remove()
    bottomArea.Find("div[id^=score]").Remove()

    rex := regexp.MustCompile(`[^\S\r\n]+`)