like¶
Whether text matches a pattern
x like y like[x;y]
Where
xis a symbol or stringyis a pattern as a string
returns a boolean: whether x matches the pattern of y.
Absent pattern characters in y, like is equivalent to {y~string x}.
Implicit iteration¶
like applies to lists of strings or symbols; and to dictionaries with them as values.