I want to create the list based on the substring from the string with regex
How to have the java code for extracting those numbers (following #) into the list
For ex list {29,131,48,133,30,136,31} be created from the string below
"Join Type : LEFT OUTER\nCondition : ((((xxxx#29 = yyyy#131) && (zzz#48 = zzz#133)) && (ssss#30 = mm#136)) && (gffd#31 = 170))"