does anybody know of a simpler alternative to regular expressions? I really just want to specify a simple find and replace system with a kind of wild-card you might see in path filters.
eg
asdf_1234_xyz
filtered through (
"*_xyz" to "*_abc"
) to produce
asdf_1234_abc