Hi All
I want to remove %from a string but the % in string is not regular
Hi All
I want to remove %from a string but the % in string is not regular
If you say % is not regular
Then first have a check if that perticular string
In if condition
Yourstring.contains(“%”)
Then
In. Assign activity
yourString.Replace(“%”,“”)
Thanks for the help
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.