Skip to main content Skip to complementary content

wildmatch - script and chart function

Last updated: 9/16/2025

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

Syntax:  

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

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

Some of the examples in this topic use inline loads. For more information, see Inline loads.

Example: Load script using wildmatch

Examples: Chart expressions using wildmatch

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 – please let us know!