I have a text file in which is present the string
orderId=123456
The string can change but the format should always be orderId=six numbers.
I would like to extract the six numbers I tryied with the following code
orderId=[0-9]{6}
but i do not know how to remove orderId= could you please help?
UPDATE
Below an example of a string
"display:none;" name="LanguageSelectionForm" action="http://pippo.com/webapp/wcs/stores/servlet/CabinSelectionView?packageType=onlyCruise&recommendedMaskCommission=false&catalogId=10001&catEntryId=360579&orderId=351026&storeId=10251" method="post" id="LanguageSelectionForm">
i'm using Jmeter and this response comes from http response