true if s is null-terminated (ending with '\0').
Prior to parsing used to verify input to parsers that make use of sentinel-based search.
https://en.wikipedia.org/wiki/Sentinel_value
See Implementation