*

The * character has two functions in CQL.

First, it is the symbol for multiplication

  2*4==8
  # * (#+2)

Second, it is a symbol for a regular expression special character denoting repetition 0 or more times with a filter:

   ―― check *