You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The \fBdnax_find_first_of\fR() function checks all characters of the input string against a \fItable\fR. It returns the position of the first character having an entry unequal to -1. The input string is delimited by \fIbegin\fR and \fIend\fR (exclusive).
.SH RETURN VALUE
The return value points to the first character of the set.