Wednesday, March 10, 2021

Remove all special characters from a string in Blue Prism

For removing any special characters from string at one shot.....

Follow the below steps---
1. Chose utility-String Vbo
2. Select action Delete Characters
3. Pass the the whole string(from which you want to remove) as input in the first input parameter
4. Pass the characters in below format (which you want to delete) in second input parameter-
"," & ":" & ";" & "'"..... like this you can pass any character just make sure add with & operator and put into " "

#RPA, #BluePrism

No comments:

Post a Comment

Remove all special characters from a string in Blue Prism

For removing any special characters from string at one shot..... Follow the below steps--- 1. Chose utility-String Vbo 2. Select action Del...