*
The*
character has two functions in CQL.
First, it is the symbol for multiplication
2*4==8 #N * (#P+2)
Second, it is a symbol for a regular expression special character denoting repetition 0 or more times with a line filter:
line --> check*
*
character has two functions in CQL.
First, it is the symbol for multiplication
2*4==8 #N * (#P+2)
Second, it is a symbol for a regular expression special character denoting repetition 0 or more times with a line filter:
line --> check*