Skip to main content Skip to complementary content

wildmatch - script and chart function

The wildmatch function compares the first parameter with all the following ones and returns the number of expression that matches. It permits the use of wildcard characters ( * and ?) in the comparison strings. The comparison is case insensitive.

Syntax:  

wildmatch( str, expr1 [ , expr2,...exprN ])

 

Tip noteIf you want to use comparison without wildcards, use the match or mixmatch functions.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!