I need a regular expression for the multiline string as below
Customer:
VA000347
VA000347
Ashu Corp
Others
Enterprise
Mumbai
5
Mumbai
Maharashtra
232323
India
:customer
I want to extract the later part i.e. "customer" from the multiline string using regular expression in java and I can match the first part(Customer) literally.
Any help is greatly appreciated.