E
Evgeny.Br
Hi there,
Suppose i have string like:
string str="The Message Subject:bla bla bla bla. The Body: rerere
rerere";
Is there is some way to cut string beetween The Message Subject and
The Body, other then
string .IndexOf and all other string methods.
Maybe with regular expression in some way???
Thanks in advance.
Suppose i have string like:
string str="The Message Subject:bla bla bla bla. The Body: rerere
rerere";
Is there is some way to cut string beetween The Message Subject and
The Body, other then
string .IndexOf and all other string methods.
Maybe with regular expression in some way???
Thanks in advance.