I am using Jmeter and send http request that this is it's results:
<html><head></head><link rel='icon' href='data:;base64,iVBORw0KGgo='><body>Sorry, this is temporarily unavailable. (103)</body></html>
I want to save the code, meaning the 103.
I used regular expression extractor, and set it:
apply to: Main sample and sub sample
field to check: body
the problem is that I didn't success to found out what to put in the regula expression field.
Can someone please advise what is the regular expression to get the number 103?