59393/how-to-split-a-string-in-uipath-studio
I am trying to split a string on string ‘not’ . String is “This is not a game” is in variable PDFVariable. So I use a variable Var of type String and assign as PDFVariable.ToString().Split(‘not’) and trying to see the output in Var. But I am getting error in the Assign box.
Hey there, you can use following methods to split your desired string:
Split(PDFvariable.tostring,“not”)
or you can use “Split string” activity in Expressions.
use a wildcard in selector. make sure that ...READ MORE
Just use a wildcard in selector. Given ...READ MORE
Hi @Ravi, to check whether a string ...READ MORE
There are two options to identify a ...READ MORE
UiPath’s Community Edition (CE) is the version which is ...READ MORE
@Rashmi Message Box activity in UiPath does ...READ MORE
Follow these simple steps to connect to ...READ MORE
Hi Utkarsh, if you want to use ...READ MORE
Hi there, you can make a text ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.