How to split 2strings

Hi All,

I want to split below text Please help me

“Bill.Doc 105656652 Message Type E
Fill in Mandatory field REF_DOC,REF_DOC_YEAR,REF_DOC_IT(table parameter ITEMD”

in this i want “Doc 105656652” and “Fill in Mandatory field REF_DOC,REF_DOC_YEAR,REF_DOC_IT” text both.

you can use the string.substring option. please check the attached file test.xaml (5.0 KB)