INC text size is same = 11 always,
but issue is it is retrieving anything starts with INC.
If anyone can suggest how to only retrieve INC succeeded with only digits i.e. INC12345678 from below body?
Please help!
I’ve used below code:
mailBody.substring(mailbody.indexOf(“INC”),11)
MailBody is below:
Hi,
abcdef
Regards,
Incidiya Arora
INC12345672
Regards,
Arora