functioncheckInString
checks if stringIn exists in stringVector
Information
Function which checks if stringIn exists in stringVector
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | stringIn | input string | |
| String | stringVector | input string |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | isFound | false | true if the string is found in the vector |