dbx=: #~ -.@('  '&E.)
   db=: dbx&.(,&' ')&.(' '&,)

   x=: 'the   better angels  of   our  nature'

   '>',(db x),'<'
>the better angels of our nature<
   '>',(db ' ',x),'<'
>the better angels of our nature<
   '>',(db x,' '),'<'
>the better angels of our nature<
   '>',(db ' ',x,' '),'<'
>the better angels of our nature<

   '>',(db '     '),'<'
><
   '>',(db ''),'<'
><
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to