UiPath - Split Function For Strings

Опубликовано: 04 Октябрь 2024
на канале: KB Tutorials
14,984
63

This uipath tutorial for beginners i have explained about split function in uipath. split will be applied on strings when there is a pattern in the strings. I have explained how to split the strings using below syntax
string.split(" ") which returns array of strings. Using for each loop we can get each string from the split function. with the help of size parameter we can get how many strings are returned by split function. Here i have explained about how to extract an number from string using CInt() function which converts the string to number.

#kbtutorials ,#StringSplitFunction ,#StringsInUipath