Macaulay2 » Documentation
Packages » Macaulay2Doc > The Macaulay2 language > strings and nets > String _ Sequence
next | previous | forward | backward | up | index | toc

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

Ways to use this method: