Rammanan Posted May 17, 2019 Posted May 17, 2019 (edited) HI expert, I have a string that looks like this: MY_NAME_IS_TOM How to split this to multiple string. Example like this Example; $1 =("MY") $1 =("NAME") $1 =("IS") $1 =("TOM") Please advise on this,. Thanks Edited May 17, 2019 by Rammanan
Danp2 Posted May 17, 2019 Posted May 17, 2019 Take a look at the StringSplit function. It should do what you need. Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now