04-04-22 07:16 AM
Blue Prism expression editor provides very powerful string operations with so many built in functions, but for more advance level string operations one can explore RegEx (Regular Expression).
Digital Exchange provides Utility-Strings reusable asset using which you can perform RegEx match on any string that you have and drive the downstream logic according to the result of this action to build your automation.
RegEx can save a lot of execeution time for complex string operations and is super reliable, super flexible.
For e.g. you may use 5 calc stages to perform certain string operation that RegEx can perform in one go.
This website is really helpful to learn RegEx and test your expressions - https://regex101.com/
What are your thoughts! Feel free to add more insights to this #BPTechTips.
#BPTechTips #TipOfTheDay
04-04-22 08:26 AM