RegExr pattern(Solved)

Anyone have a matching pattern for bellow?
I want to get the Number between = and / and the number between /and )

(22.53K 100%    0.00kB/s    0:00:00 (xfer#1, to-check=2455/2457)
=(\\d+)/(\\d+)

The first number will be in SubExpressionString( 1 ) and the second will be in SubExpressionString( 2 ).

Thank you Kem :slight_smile: