expression: (?]+) returns: 'tical ' from: Vertical Horizon VH-2402-L3 # I need to ignore the string if it contains 'Vertical' # I tried (?]+) # but it still returns tical, and I've tried setting the # space to one or more but that breaks other comparisons so # I can't do that.