Get Started
·
Register
·
Login
Enjoy BYOND? Contribute today!
Posts
ID:270915
Favorites
Creations
Wildcards
in
Developer Help
[Tips]
ID:270915
Oct 27 2006, 10:22 pm
Top player
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"?
#1
Oct 28 2006, 2:02 am
Android Data
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.
Copyright © 2013 BYOND. All rights reserved.