Strings edit is a library that provides I/O facilities for integers, floating-point numbers, Roman numerals, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding. Numeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported, including wildcard pattern matching, sets and maps of code points, upper/lowercase, and other Unicode categorizations.
| Tags | Scientific/Engineering Software Development User Interfaces Text Processing |
|---|---|
| Licenses | GMGPL |
| Operating Systems | OS Independent |
| Implementation | Ada |
Recent releases


Release Notes: The package Strings_Edit.Lexicographical_Order provides means to lexicographical comparisons of strings containing chains of digits treated as decimal numbers. These can be used to compare and order filenames like abc-123.txt.


Release Notes: The release provides bugfixes for the implementation of String-based streams.


Release Notes: This release is packaged for Fedora and Debian for both 32- and 64-bit architectures.


Release Notes: Debian and Fedora packages have been added.


Release Notes: Bug fix in the implementation of Is_Prefix