next | previous | forward | backward | up | top | index | toc | home

String #? ZZ -- check for character in string

Synopsis

Description

x#?i -- tells whether there is an i-th character in the string x.
i1 : "asdf" #? 2

o1 = true
i2 : "asdf" #? 22

o2 = false

See also