> From: Alex Rufon <[EMAIL PROTECTED]>

> 
> I've been using the following scripts (created by Chris Burke) for years
> only to realize that they are not part of the standard library:
> 1. cutstring - boxes string using a delimiter but respects quotes
> 2. delimitlist - creates a string from a boxed list delimited by a
> string
> 3. commasep - creates a string from a boxed list separated by comma
> 4. datasep - same as commasep but each boxed item is enclosed by quotes
> 5. charsep - separates a boxed item by a character (suspiciously similar
> to delimitlist)
> 
> I was wondering if it would be possible to add this as part of a
> standard library or as an add-on (I would prefer standard library). How
> do I go about getting it in?
> 
> Hmmm. There is a possibility that there are existing methods in the
> library/addons that does the following. If so, I would be happy to
> switch to using that.

What is their origin? Is there possibly more goodies there?

One way of sharing various useful routines is through
the Wiki Phrases. For strings that would be
   http://www.jsoftware.com/jwiki/Phrases/Strings

I believe these verbs above can go straight there.

Now there's also a resource index for Strings and Text
manipulation code
   http://www.jsoftware.com/jwiki/Guides/Strings

It is to capture and consolidate various links and
resources separated in space and time. So if
anyone can remember useful Forum posting or Web link
or something from base library etc, please
add it to that page.


      
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to