Cloud
re_match
Split an input stream into segments matching against a regular expression.
# Config fields, showing default values
re_match:
pattern: (?m)^\d\d:\d\d:\d\d # No default (required)
max_buffer_size: 65536
Was this helpful?