So I have a string like abcdefg#3h#ijkl12mka#123456#L#5
I am trying to get only the string 123456 out of that string. Note: there are string of different length, so I cant use something like substr(21,length(string)). I do not think i can use something like substr(-11,-1). Does anyone have any advice on how to approach this?