Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r079

...

  • An empty input column value renders an empty array.
  • In the final row, the 

    d-s-itemlang
    itempattern
     matches on the "Y" value. To fix this, you can change the Pattern matching value to the following, which matches on two or more uppercase letters in a row:

    Code Block
    `{upper}{upper}+`

...