I have a string pattern like following.
sales_order/view/order_id/155/key/0ee9098a18ccbca0879bfa93355fa1c7/
I want to get the number between "order_id" and "key" text this number can be of any length. How can I find the number between these two words?
This number '155' is dynamic.