Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.589 strpbrk

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.

See also: strpos, strloc