Disk Space:50MB Data transfer:500MB Domains:1 Email Accounts:2
I need the required output in this format.
Disk Space:50MB
Data transfer:500MB
Domains:1
Email Accounts:2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
outputs:
This assumed that your string will be in
[name][colon][value][space]format, where no [colon] in [name], and no [space] in [value].Also, you may want to
trimthe matched result.