Regexp
final class Regexp (View source)
Constants
| HEX |
Hexadecimal characters. |
| HEX_BYTES |
Hexadecimal bytes (2 characters per byte). Example: 0af3e91b |
| HEX_BYTES_WITH_SPACES |
Hexadecimal bytes (2 characters per byte) with spaces between each byte. Example: 0a f3 e9 1b |