I tried to use $strstr inside a format value action. It did not work in every combination i tried. I ended up with something like
Format Value
Field: Title
Format String: $strstr(%_filename%, "e")
The filename of course contained the character 'e'. The result was, as in my previous tests, 0. Is this the expected result?
-u302320