Ma se sono i caratteri prima o dopo che ti turbano puoi fare cosi

stringa="a + b+6 0000+ +";

myArr=stringa.match(/(\+)/g);
alert(myArr);