I\'ve spent some time, but still have to solution. I need regular expression that is able to match a words with signs in it (like c++) in string.
I\'ve used /\
/\
Plus sign have special meaning so you will have to escape it with \. The same rule applies to these characters: \, *, +, ?, |, {, [, (,), ^, $,., #, and white space
\
\, *, +, ?, |, {, [, (,), ^, $,., #,
UPDATE: the problem was with \b sequence
\b