Warning: You are browsing the documentation from version 4 to 10 of Pimcore. Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version: Edit on GitHub

Substring

Symbol

Interprets child element as string and extracts the defined sub string from it. If child element returns an array, an array of sub strings is created by the operator.

Configuration Settings:

  • Label: Label of column.
  • Start: Start for sub string.
  • Length: Length of sub string.
  • Ellipses: Add ellipses if original string is longer than defined substring.

Sample:

Sample

Start at 3, grab 4 characters and add ... if the original string was longer than 7 characters.