Hi,
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 into two variables. Otherwise the string is static with only numbers changing.
Update: By first and second value I mean 132 and 194. Sorry for being unclear.
Very thankful for some help here!