This module contains all functions that parse strings.
All functions in this module follow the same rules*:
NULL
as output. This is useful for checking the format of a string:if (napc_parser_parseIPv4Address(ip_str, NULL)) { // ip_str is a valid IPv4Address }
false
the contents of the parsed output is undefined.
* The only exception being napc_parser_parseKeyValue()
.