I'm trying to get the regex to extract all numbers located between the / character and the - character in a web address.
ex. https://example.com/myfirstlink/1737-mypage.html Should return 1737
and
https://anotherexample.com/second/536-page456.html Should return 536
Any ideas / suggestions would be very much appreciated.