Filtering a string based on its characters.
I want to filter a string up to _v###
so filter any string up to
"underscore + letter + number + number + number"
obviously this does not work
filterstring donut_Violin_v005_cool "_*###"
which i want to return
"donut_Violin"
By JokerMartini · 2011-11-29
Anubis · 2011-12-01