fun Char.shouldNotBeBetween(from: Char, to: Char): Unit
Assert that Char is not in between from and to.
See Also
shouldBeBetween
between