Wildcard Question
Posted: Tue Jun 04, 2019 9:54 pm
Hi,
How do I use wildcards to identify a name?
The name starts with "bio-" and ends with "-1"
So I want to do something like:
Where * can be anything.
Thanks,
How do I use wildcards to identify a name?
The name starts with "bio-" and ends with "-1"
So I want to do something like:
Code: Select all
if entity.valid and entity.name == "bio-"..*.."-1" then
Thanks,