Skip to content
English
  • There are no suggestions because the search field is empty.

EntitiesByDelimitedString()

Returns entities which names are extracted from specified string by splitting the string with specified separator.

Syntax

EntitiesByDelimitedString(string expression, string expression)
  • string expression: list of entities names
  • string expression: names spearator

Example

EntitiesByDelimitedString("Well 1|Well 3|Well 12", "|")