StartsWithString
Activity Name |
Picture |
StartsWithString |
When to use StartsWithString
This activity is used to check if the input string starts with a specified character/string.
Technical Reference
Figure 1.8
|
S.no |
Description |
1 |
Displays the action that the activity performs in the workflow |
|
2 |
Check to ignore the case sensitivity |
|
3 |
Specify the input string to check |
|
4 |
Specify a Boolean variable which holds the result |
|
5 |
Specify the search value to check whether it is present at the start of the input string |
IgnoreCase checkbox ignores the case sensitivity of the input
Activity: The StartsWithString activity helps you to determine if the input string starts with the character/string provided in the SearchValue parameter.