# Functions
FalseOnError returns false if err is not nil, otherwise it returns res.
Is returns `false` if the argument sounds like "false" (empty string, "0", "f", "false", and so on), and `true` otherwise.
TrueOnError returns true if err is not nil, otherwise it returns res.