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...