Hey, i really have a problem that i cant figure out by myself.

Suppose i have the following string: "12.34_56:78"

What i need, and probably with regex, is to search for the '_' character and take out the 34 on the left and the 56 on the right of it.

Is there anyway to accomplish this... I really have no idea how to write a regex for this kind of thing.