Sentence = Sentence.replace("[t]", "");
Title = Sentence;
}
Product_Feature Get_Feature(String Feature_Text) {
Product_Feature Feature = new Product_Feature();
if (Feature_Text.contains("[+3]")) {
Feature.Rank = 3;
Feature_Text = Feature_Text.replace("[+3]", "");
}
if (Feature_Text.contains("[+2]")) {