Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2022 06:47 AM
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