delimit

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsdelimiting,delimited,delimit
RelatedGlossary: string, character, double quote
Description

To use a particular character to mark the beginning or end of a piece of data, or separate pieces of data from each other.

For example, a string is delimited by double quotes ("): a double quote is placed at the beginning and end of the string to separate it from the surrounding code.

Tagstext processing