ID:270915
 
Is it possible to use wildcards in DM? i.e.

if("Me(insert wildcard character here)" in List)

would be evaluated as true if any element in List began with "Me"?
I'd recommend including the library hub://Deadron.TextHandling as it has many functions for text which are quite nifty. You can use <code>dd_hasprefix()</code> and/or <code>dd_hassuffix()</code> to accomplish this task.