var booleanRegExps = [
    {t:/^1$/,       f:/^0$/},
    {t:/^1$/,       f:/^2$/},
    {t:/^t/i,       f:/^f/i},
    {t:/^[^n]/i,    f:/^[n]/i}