Using GREP, how can I detect those strings that contain double-digit 
numbers?

*Sample input*

CG(10), W

CG(11), W

CG(6), W

CG(17), L

SHO(5), W

I have a column with text values such as those shown above. I need to 
identify those rows that contain a double-digit value between the 
parentheses (the numbers will always be within parentheses) and then 
extract for each just the number and the letter that follows the comma.

*Sample output*

10 W

11 W

17  L

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/f27bd294-261c-42a7-a1a5-a9b2951afef6n%40googlegroups.com.

Reply via email to