Go to the first, previous, next, last section, table of contents.
-
This clause presents the specifications of the package Strings and
several child packages, which provide facilities for dealing with string
data. Fixed-length, bounded-length, and unbounded-length strings are
supported, for both String and Wide_String. The string-handling
subprograms include searches for pattern strings and for characters in
program-specified sets, translation (via a character-to-character
mapping), and transformation (replacing, inserting, overwriting, and
deleting of substrings).
- A.4.1: The Package Strings
- A.4.2: The Package Strings.Maps
- A.4.3: Fixed-Length String Handling
- A.4.4: Bounded-Length String Handling
- A.4.5: Unbounded-Length String Handling
- A.4.6: String-Handling Sets and Mappings
- A.4.7: Wide_String Handling
Go to the first, previous, next, last section, table of contents.