I use the following to parse name space name and it works great with the following exception:
(^.*?\s.*?[+]|^.*?\s.*?\s)

This regex works for me on literally everything, except this one instance of Otterbox. Does anyone have any idea why it works on the one, but not the others? To be clear, the goal is the first one. I have also tried renaming the description in various ways to no avail (and would rather rename the description than change the regex probably). Thanks