![]() |
LogDoctor 3.00
Parse Apache2/Nginx/IIS logs and view dinamically generated statistics
|
Functions | |
bool | isNumeric (const char &chr) noexcept |
Checks whether a character is numeric. | |
bool | isAlphabetic (const char &chr) noexcept |
Checks whether a character is alphabetic. | |
bool | isAlnum (const char &chr) noexcept |
Checks whether a character is alphanumeric. | |
bool | isHex (const char &chr) noexcept |
Checks whether a character is hexadecimal. | |
bool | isIP (const char &chr) noexcept |
Checks whether a character can be part of an IPv4/IPv6. | |
Utilities for chars
|
inlinenoexcept |
Checks whether a character is alphanumeric.
chr | The target character |
|
inlinenoexcept |
Checks whether a character is alphabetic.
chr | The target character |
|
inlinenoexcept |
Checks whether a character is hexadecimal.
chr | The target character |
|
inlinenoexcept |
Checks whether a character can be part of an IPv4/IPv6.
chr | The target character |
|
inlinenoexcept |
Checks whether a character is numeric.
chr | The target character |