Functionsยง
- find_
byte2 - Search for the first occurrence of two possible bytes in a haystack.
- find_
byte2_ or_ non_ ascii_ byte - find_
non_ ascii_ byte - Returns the index of the first non-ASCII byte in this byte string (if
any such indices exist). Specifically, it returns the index of the
first byte with a value greater than or equal to
0x80
.