Convert regular expression errors to messages.
Description |
 |
regerror() takes an error code produced by regcomp() or
regexec() and produces a printable error message that
corresponds to the error condition. The return value of
regerror() is the length of this error message.
If the len argument is not zero, regerror() places the
error message in the buffer pointed to by errbuf,
truncating it, if necessary. If the len is zero,
regerror() ignores the buffer, but still returns the
length of the appropriate error message.