I'm stuck with regular expression and Java.
My input string that looks like this:
"EC: 132/194 => 68% SC: 55/58 => 94% L: 625"
I want to read out the first and second values (that is, 132 and 194) into two variables. Otherwise the string is static with only numbers changing.