Hi,
i need to split the Apartment details from address
Example: 814 Chapman Dr. Apt 10
output: Apt 10
Hi,
i need to split the Apartment details from address
Example: 814 Chapman Dr. Apt 10
output: Apt 10
Hi @harika_k
address = "814 Chapman Dr. Apt 10"
Message box
"Apt " + address.Split({"Apt"}, StringSplitOptions.None)(1).Trim()


And can bring some dynamics in it:

@harika_k
Welcome
Happy Automation
@harika_k
keep in mind aspects of defensive handling

Hi pravalika,
if i want before apt text what is the logic for this?
@harika_k
Create a new topic so that it will help for others to search
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.