I have one html file and I have read it in a text format and now I have to find src value before specific order id, and this order id will be unique.
Please refer the below image,
Yellow highlighted value is unique order id.
Red highlighted value I have to get using Regx.
I want to extract both src value.
Try to pass variable for the yellow highlighted value and you first manipulate string by the src values first appears and that you can have script or assign activity line where you store the value.
Regex will be difficult to extract this
Try string
Manipulation methods