uhe
@Suppress("NOTHING_TO_INLINE") inline infix fun ByteBuffer.matchesNot(string: String) = !matches(string)