* (star)

  • Input field: Represents any one or more words.
*

Description

The star (*) in Input field is a wildcard or placeholder that presents any one or more words. The star element is processed after words.

Examples

Example 1. Represent a word

    • I am * years old
    • Thanks for telling me your age.
    • I am 7 years old
    • Thanks for telling me your age.

Example 2. Represent two words

    • I am * years old
    • Thanks for telling me your age.
    • I am twenty seven years old
    • Thanks for telling me your age.

Notes

  • In output/context field, * is processed as a normal word and thus is returned as is.
  • Up to 7 stars are allow in a single Input field. The additional stars will be ignored.
  • A cell that Input field contains one or more star element is often referred as "fuzzy" cell, otherwise "definite" cell.