Arbortext Command Language
>
Functions by Alphabetical Listing
> span
span
span
(
s1
,
s2
)
This function is like the C function
strspn
and returns the length of the initial substring of the string
s1
containing only characters in the string
s2
. Returns
0
if no characters in
s2
match.
Was this helpful?
This site works best with JavaScript enabled