Is it real to get fragment of text in field if i don't know where it's end? I have text with fragment like 'type work: blablabla' and need to get it. Start point of fragment - 'type work:'
But length of it is not constant and after this fragment may be different other text - not constant delimiter like ; or , or something else which can give me endpoint for my fragment.
Examples:
type work: blablabla
start: 01-01-2019
need to get
type work: blablabla
OR
type work: blablabla
blablablabla
sendornot:yes
need to get
type work: blablabla
blablablabla