Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Hungarian Alphabet Sort (was Re: Collation sequence -proper and effi

From: carl:cybercraft at: 14-May-2002 18:05

On 14-May-02, G. Scott Jones wrote:
> From: "Carl Read" >> Would a sort/pattern be of use? ie... >> >> sort/pattern "AabB" "aAbBcC" ; == "aAbB" > Hi, Carl, > Are you suggesting this as a prototype of a call, or is there > already such a beast out there?
As a prototype of a call - ie, as an extra refinement to 'sort. Obviously... sort/pattern "AabB" ["a" "A" "b" "B" "c" "C" "ch"] etc. should also be supported.
> At any rate, this is an interesting idea as a way of introducing new > or different sort patterns. I'll have to think about it a bit. > If this already exists, certainly let us know.
Not as far as I know. Send the idea to Feedback if you think it'd be useful. Who knows, it might be something that's quick and easy to add to REBOL. -- Carl Read