OpenXPKI::Server::Workflow::Activity::Tools::StringToArray
Split a given string into a list using a regex.
- value
- The string to split.
- target_key
- The context key to write the result to.
- regex
- The regex to split at, the default is \s+ (any whitespace
character)
- modifier
- An optional modified to the regex pattern.