I have a string looking like this:
obj = "<dnvirnfgvireg>hellothere<akdnefbuebuf>"
and I want to split it, getting only "hellothere". The "hellothere" is not the same every time and due to this I cannot specify how it looks like.
I have a string looking like this:
obj = "<dnvirnfgvireg>hellothere<akdnefbuebuf>"
and I want to split it, getting only "hellothere". The "hellothere" is not the same every time and due to this I cannot specify how it looks like.