I’m trying to apply a fixlet only to computers with hostnames who’s 4th character from the end are an odd number. For example, our hostnames look like: “SOMECHARS1-AB”. Integer to the left of ‘-’ is what I’m attempting to filter on.
Currently I’m stuck at:
exists computer name whose (([something goes here] of it as integer) mod 2 = 1)
I’m unsure how to specify which character I want in [something goes here].