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"?
ID:270915
Oct 27 2006, 8:22 pm
|
|
Oct 28 2006, 12:02 am
|
|
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.
|