4235/how-to-use-not-contains-function-in-string-in-uipath
I have following variable.
strValue = “This is an exam”
I want to condition if “exam” is not contains in this variable then how to condition.
I have tried below approach but it did not work.
Not strValue.Contains(“exam”)
you can use the following approach
strValue = “This is Test” var i = strValue.indexOf("Test"); if(i>0){ console.log('Test is present in strValue'); }
Hi Apeksha, You need to change the type ...READ MORE
Get Queue item activity enables you to ...READ MORE
Just use a wildcard in selector. Given ...READ MORE
the robot.exe file is located in: C:\Users\USER_ACCOUNT\AppData\Local\UiPath\app-17.1.6523\Ui-Robot.exe Hope it ...READ MORE
you can use the Database package for connecting ...READ MORE
in WorkFusion, you can create a script ...READ MORE
Yes, here is the Free RPA tool ...READ MORE
use the following approach strValue = “This is ...READ MORE
use a wildcard in selector. make sure that ...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.