String Regex Run
Runs the regular expression against the given string until the first match. It returns a list with all captures or nil if no match occurred.
Properties
String: Location of the string to match against
Regex: Regex expression to compare
Output
Output-location: Location to store the output data