News flash: I'm going to Australia in February, so this Web site may be switched off at any time.
The Icon function ``many(c, s)
''
is used to find out how many of the initial characters of s
are in the cset c.
many()
'' function fails.
For example, this expression
many ( &letters, "12345" )fails, while this expression
many ( &letters, "abc123" )returns 4, the position in the string just after its initial letters.
john@nmt.edu