Expand description
Implementations of the BytePattern trait for recognizing common patterns
Functions
- Returns
Noneif the byte at the start of the input is not an ascii alphabetic character - Returns a pattern that will match any one of the bytes in
alternatives - Returns
Noneif the byte at the start of the input is not an ascii digit - Returns
Noneif the input is not empty - Returns
Noneif the byte at the start of the input is not a hexadecimal character