I have multiple records like this: GUID-155_188.PNG
I need to take the string 155
, of course this number is variable so there could be 1, 2, 3000, etc.
But the syntax is always the same, is between a -
and a _
.
So, how can I extract that part between these two characters?