From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9d811df55eb453b5,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.235.4 with SMTP id ui4mr12980423pbc.3.1333540172971; Wed, 04 Apr 2012 04:49:32 -0700 (PDT) Path: r9ni17404pbh.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Strings_Edit 2.8 Date: Wed, 4 Apr 2012 13:49:30 +0200 Organization: cbb software GmbH Message-ID: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: Gbl624r6iuNIccy3ASy5ag.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-04-04T13:49:30+02:00 List-Id: The library provides means for formatting and editing strings: - Generic axis scales support; - Integer numbers (generic, package Integer_Edit); - Integer sub- and superscript numbers; - Floating-point numbers (generic, package Float_Edit); - Roman numbers (the type Roman); - Strings; - Ada-style quoted strings; - UTF-8 encoded strings; - Unicode maps and sets; - Wildcard pattern matching. http://www.dmitry-kazakov.de/ada/strings_edit.htm The new version 2.8 includes the package Strings_Edit.Lexicographical_Order for lexicographically comparisons of strings containing chains of digits treated as decimal numbers. These can be used to compare and order file names like abc-123.txt, e.g. for creating sets of such strings etc. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de