House of Fusion
Home of the ColdFusion Community
Search over 2,500 ColdFusion resources here  >>>      

Grouping

  1. Grouping and Sub-Expressions
    1. A sub-expression is a set groups of characters that must be kept in a specific order. It is defined as being within parenthesis (()).
      • (this) - the letters t h i s in order as a group
    2. within a collection you can have an 'or' clause by using a pipe (|).
      • (this|that)