func (r *reviews) getReview(bottomArea *goquery.Selection) string {
    bottomArea.Find("div").Remove()
    bottomArea.Find("a").Remove()

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