Hi Team,
my string value is str=“Parking Fees (Monthly)”
i need output as output=“Parking Fees”
please help me on these
note these values are changed dynamically
Hi Team,
my string value is str=“Parking Fees (Monthly)”
i need output as output=“Parking Fees”
please help me on these
note these values are changed dynamically
Just use String.Split function like this.
stringOutput = stringVariable.Split("(")(0)
Thanks,
Ashok
Please mark later this and also your other answered topics as solution
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum