11 Mar
2010
11 Mar
'10
3:43 p.m.
Shaolin wrote:
Hi Guys
I am using boost.regex to check whether a string has opening and closing brackets. The problem is the expression doesnt work. I have tried all sorts of combos and read up the doc too to no avail. Can someone tell me whether the following does what its supposed to (i.e. look for opening/closing brackets in a string):
boost::regex e("[\\(\\)]"); /*check for opening/closing brackets*/
Regards
I'm afraid it's not clear enough what you are trying to match here. Perhaps you could give us an example of a string which would match the expression? Regards, Gevorg