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