How to remove the unwanted lines

Hi There,

I am new to Uipath Could some one help me to remove the lines after the phone number

Withybush General Hospital
Fishguard Road
Haverfordwest
SA61 2PZ
01437 764545

Open 24 hours Open

 Send to mobile
 Services offered
 More Information
 Map/Directions

If there’s always a blank line after the phone number, you can do this:

newText = System.Text.RegularExpressions.Regex.Split(inputText, “\r?\n\r?\n”)(0).ToString