Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax

Code Block
split-to-rows <column> <separator>:column 'regex'

The <column>column is split based on the <separator>, which can be defined as a regular expression (regex).

...

Applying this directive:

Code Block
split-to-rows :codes \|

Note: A backslash is required to escape the pipe character (|) as it is an optional separator in a regex pattern.

...