| Noun | 1. | string - a lightweight cord Synonyms: twine |
| 2. | string - stringed instruments that are played with a bow; "the strings played superlatively well"Synonyms: bowed stringed instrument | |
| 3. | string - a tightly stretched cord of wire or gut, which makes sound when plucked, struck, or bowed | |
| 4. | string - a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding; "a string of islands"; "train of mourners"; "a train of thought" Synonyms: train | |
| 5. | string - a linear sequence of symbols (characters or words or phrases) | |
| 6. | string - a tie consisting of a cord that goes through a seam around an opening; "he pulled the drawstring and closed the bag" Synonyms: drawing string, drawstring | |
| 7. | string - a collection of objects threaded on a single strand | |
| 8. | string - a necklace made by a stringing objects together; "a string of beads"; "a strand of pearls"; | |
| Verb | 1. | string - thread on or as if on a string; "string pearls on a string"; "the child drew glass beads on a string"; "thread dried cranberries" |
| 2. | string - add as if on a string; "string these ideas together"; "string up these songs and you'll have a musical" Synonyms: string up | |
| 3. | string - move or come along Synonyms: string along | |
| 4. | string - stretch out or arrange like a string | |
| 5. | string - string together; tie or fasten with a string; "string the package" | |
| 6. | string - remove the stringy parts of; "string beans" | |
| 7. | string - provide with strings; "string my guitar" Antonyms: unstring - remove the strings from; "unstring my guitar" |
| (programming) | string - A sequence of data values, usually bytes,
which usually stand for characters (a "character string").
The mapping between values and characters is determined by
the character set which is itself specified implcitly or
explicitly by the environment in which the string is being
interpreted. The most common character set is ASCII but, since the late 1990s, there has been increased interest in larger character sets such as Unicode where each character is represented by more than eight bits. Most programming languages consider strings (e.g. "124:shabooya:\n", "hello world") basically distinct from numbers which are typically stored in fixed-length binary or floating-point representation. A bit string is a sequence of bits. |