Re: String filtering
- From: "Martin Dowie" <martin.dowie@xxxxxxxxxxxxxx>
- Date: Tue, 27 Sep 2005 12:01:36 +0100
Dmitry A. Kazakov wrote:
[snip]
> with Strings.Maps.Constants;
> use Strings.Maps.Constants;
>
> -- use defined there Alphanumeric_Set
Nope - that's not what the OP has defined - he wants the ASCII subset of
Alphanumeric_Set (no accents, etc).
[snip]
>> New_Str := To_Unbounded_String("");
>
> No need for that, it is initially an empty string.
Nope - it's an uninitialized string. But I agree that it you've already
determined the size then there is no need for this as each character in
New_Str will be certain to be filled.
Cheers
-- Martin
.
- Follow-Ups:
- Re: String filtering
- From: Martin Dowie
- Re: String filtering
- References:
- String filtering
- From: David Trudgett
- Re: String filtering
- From: David Trudgett
- String filtering
- Prev by Date: Re: GNAT GPL 2005 Edition is now available
- Next by Date: Re: String filtering
- Previous by thread: Re: String filtering
- Next by thread: Re: String filtering
- Index(es):
Relevant Pages
|