Have this string and need to scroll through it by taking only the values that are within () .
The string is:
String estados = “(1, ‘AC', ‘Acre’), (2,’AL', ‘Alagoas’), (3, AM, ‘Amazonas’)… “
I've mounted the following regex :
Patt...
asked by
07.10.2016 / 16:00