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

String _ Sequence -- substring

Synopsis

Description

i1 : s = "I did not do that!"

o1 = I did not do that!
i2 : "." | s_(6,7) | "."

o2 = .not do .

See also