183530
New Contributor III

get whole word "(CC)"

I had already written the output

expected outuput

 '(CC) ABC' REGEXP <<regex>> = TRUE

'A(CC) ABC' REGEXP <<regex>> = FALSE

'A (CC)A ABC' REGEXP <<regex>> = FALSE

 'A (CC) A ABC' REGEXP <<regex>> = TRUE

 'A ABC (CC)' REGEXP <<regex>> = TRUE