countUntilAny

Returns the location of the first occurance of any of 'subs' found in haystack, or -1 if none are found

package
ptrdiff_t
countUntilAny
(
string haystack
,
string[] subs
)

Meta