if you're using it a lot you might wanna create a ...
# getting-started
u
if you're using it a lot you might wanna create a dedicated fun for the negation
Copy code
@Suppress("NOTHING_TO_INLINE")
inline infix fun ByteBuffer.matchesNot(string: String) = !matches(string)