Next: strpos, Previous: strloc, Up: Internal Routines [Contents][Index]
strpbrk(s1, s2
Returns the part of string s1
that starts with any
character from string s2
. If none of the characters from
s2
occur in s1
, then returns an empty string.