Text

Alphanumeric string of characters, including URLs and Regular Expressions

Also known as a string, the Text data type can contain letters, numbers, and symbols. The text data type is used for simple text fields, as well as some dates, regular expressions (RegEx) and URLs.

Examples

The filter-list adaptor accepts Text for the pattern argument. The value can be in the format of a regular expression.

The graph-to-dot adaptor produces Text from the dot argument.

Regular Expressions (RegEx) are powerful ways to manipulate data.

Last updated