the more simple solution: WHERE contains(arpatype, "FrU VoM") OR contains(arpatype, "VoM FrU")
There’s the reverse() function… but in strings it works like a mirror
Well, the problem is: we are not talking about values (in the logic key: value) but in strings. More specifically, in substrings.
Unless you know a powerful regex (I don’t, neither the simplest one ) I don’t know how to apply a filter to a substring and its reverse.