Others..::..StringBetween Method
Find strings between two string delimiters
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
Parameters
- str
- Type: String
The string to search.
- start
- Type: String
The beginning of the string to find. Passing an empty string starts at the beginning
- end
- Type: String
The end of the string to find. Passing an empty string searches from $sStart to end of string.
- trim
- Type: Boolean
if set to true if you want trim result.