07-09-23 10:23 AM
Hi, Community
We would like to determine if a given string starts with a certain pattern.
Can anyone let us know how to use RegEx expression in Startswith()?
For instance, the following didn't work.
If Startswith is not a proper function, is there any alternative to implement this?
We would appreciate your help in advance.
Regards
07-09-23 01:09 PM
Hi Jiyun Lee,
StartsWith() is function is used for specific text comparison. For instance StartsWith("Your Text","You") fetches you a True value. In order check the regex you can make use of Utility - Strings --> Test Regex action. Output is a flag which is the result of Regex match.
Hope this helps...
------------------------------
Babjee Vangipurapu
Senior RPA Developer
Wonderbotz
India
------------------------------