I have this string: “51. some thing:”
and would like to extract just “some thing” using reg ex in ruby. Can anyone point me in the right direction to match between a . and a : and discard everything else?
I have this string: 51. some thing: and would like to extract just some
Share
1 Answer