Hi Community,I have a string in a variable that looks as following:"Name : Nirbhay MishraProfile : Intelligent AutomationAge : 42abc@xyz.in"I want to fetch the value of Name, Profile and Age in separate variables for further processing.What are the p...