VariableRegexApplyTo🔗Determine whether regex applies to variable value or display textAccepted values are value (apply to value used in queries) or text (apply to display text shown to users)Definition🔗type VariableRegexApplyTo string const ( VariableRegexApplyToValue VariableRegexApplyTo = "value" VariableRegexApplyToText VariableRegexApplyTo = "text" )