Substring Extraction
> (subseq "This is a line of text." 10 14)
"line"
> (subseq "The remainder of the line." 4)
"remainder of the line."
> (setf (subseq "Let’s censor it." 6 12)
"XYZXYZXYZW")
"Let’s XYZXYZ it."
Previous slide
Back to first slide
View graphic version